Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
React is not frontend, is it? it’s not very convenient to use api on react, it’s not designed for this, it’s for manipulating the virtual DOM. In principle, you can organize an api on react, but it will look at least strange and not on ReactJS, but on React (the one under nodejs)
All web (and not only) development is divided into a client and a server (they are also called frontend and backend, respectively). Frontend is what every user has. There are many such programs. The backend is a server where the client (frontend) accesses to receive any information and transfer it from the client for further processing / saving.
ReactJS is a user interface rendering library. You can use it both on the frontend (directly rendering div/span/a/etc. to the browser), or on the backend to "draw" html into a string and pass this string to the frontend for subsequent rendering in the browser.
How is React different from the backend? About the same as sweet from soft.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question