I want to use php as my backend.
in the project I'm doing with reactjs
For further actions, you may consider blocking this person and/or reporting abuse
I want to use php as my backend.
in the project I'm doing with reactjs
For further actions, you may consider blocking this person and/or reporting abuse
Oldest comments (2)
Usually you would implement an REST API on the backend and access it via Ajax http request from the frontend. Alternatively you could use GraphQL
thank you man