Generic rendering for responsive application based on create-response-app

I have an application based on a starter kit for creating a reaction-application, and you need to switch to universal / server rendering due to SEO issues.

Is there an easy way or example of accepting a create-response-app command template and adding or modifying it to support universal rendering?

Many of the examples that I see for universal ones are too complex for my needs, and I prefer to keep them very clean and simple, if possible.

Thank.


EDIT: FYI, I found this middle post that points to this repository.

It seems simple enough, but since I'm new to all things related to webpack / response / node, if someone thinks this is the wrong approach, I would like to know ...

+4
source share
3 answers

There was proof of the concept of adding server rendering in this PR .
I can’t talk about how good it is, but about something you could start with.

You can also see some of the alternatives .
Some of them provide server rendering out of the box.

+9
source

( Create React) , react-scripts - react-app-tools, (, / API). , Create React App, Webpack HTTP-.

, React App SDK.

0

Source: https://habr.com/ru/post/1650518/


All Articles