Answer the question
In order to leave comments, you need to log in
Is it possible to do paging on react.js without node.js on the server?
I need to do paging for a site that is fully using react.js with flux.
I found a solution on github in the form of the react-page-middleware module , but as I understood that this requires the server to be on node.js. But I have a server that will give the site to the client, on apache.
So the question is: how to make paging on react.js without using node.js as a server?
Answer the question
In order to leave comments, you need to log in
If "paging" is the generation of html pages, then you need something that will execute JavaScript on the server and give the generated html. This is node.js / io.js. Why can't one of these be put on the server?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question