L
L
LB7772015-04-29 17:49:19
React
LB777, 2015-04-29 17:49:19

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

1 answer(s)
L
Lesha Fedoseev, 2015-04-29
@alexfedoseev

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 question

Ask a Question

731 491 924 answers to any question