Is there a way to know how to create dynamic react components with backend programming in php
Answer: Well, you can create a React components with a PHP backend is primarily achieved by using PHP as an API that serves data in Javscript JSON format in React to consum it to render UI elements only.
But thats the answer I needed. I actually want to generate a component from php. I mean generate the actual JSX code from php code?
is that possible?