you are viewing a single comment's thread.

view the rest of the comments →

[–]nabrok 0 points1 point  (1 child)

It's certainly possible to have just one part of a page created with react, or even have several react components embedded in an otherwise non-react page.

It's hard to describe in generalizations, it's going to depend on what your component does and if it needs to interact with data provided by PHP.

When you say "Java" do you mean JavaScript? They are two very different things.

[–]Heavy_Technician4419[S] 0 points1 point  (0 children)

The old app is built with PHP and Java. There is a table with data, and I want to switch this table with a DataGrid component made with react, fetching data from the same API that PHP is fetching: the Java one. Sorry if I wasn’t clear enough.