O
O
Oleg Gamega2018-02-24 17:31:50
Node.js
Oleg Gamega, 2018-02-24 17:31:50

What to choose for server side rendering react?

Hello, what to choose for ssr?
I read articles on Habré and there were only more questions
: how will ssr affect the development of spa? that is, is it possible to start developing a regular spa and then attach ssr ?
thanks in advance

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Spirin, 2018-02-24
@gadfi

It is better to write an isomorphic project right away, as there are many nuances that should be taken into account when developing such applications. You can find ready-made boilerplates on github . It can take from a couple of hours to a couple of days to write your own, depending on the required set of tools. You can also look towards tools like next.js , razzle , after . But I don’t know for sure how easy it is, if necessary, to migrate from such solutions.

K
Klein Maximus, 2018-03-22
@kleinmaximus

I gave up on React and use Vue (along with SSR).
https://ru.vuejs.org/
https://ssr.vuejs.org/ru/
https://nuxtjs.org/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question