Is react like PHP?
React is the same thing. Each component is basically a function that takes in data and spits out HTML that you put in the page. In PHP you get the data from a db or something. In React the source is some JSON file. Is React similar to PHP? React is one of those words …