Answer the question
In order to leave comments, you need to log in
Online store, is it worth bothering with react js?
I’ve decided
on the backend, I still think about the front, I want to have buns from react, but indexing ...
Do I need to bother and write separate pages for indexing, or not mess with it at all?
Won't it turn out that I'll "pull" react?
Does anyone have experience with this?
Answer the question
In order to leave comments, you need to log in
Here is a free ReactJS + Redux course on developing an online store
Won't it turn out that I'll "pull" react?
From my experience, I can say that React is great for applications where indexing is needed. To do this, we need SSR (server side rendering) - first we render the React application in nodeJS, and then on the client, where some changes occur (transitions between pages, changes in the state of the application). At the initial rendering on the server, search engines index the application perfectly.
Using react, you will not need to think that you need to render some pages separately on the server with crutches. It's just that your entire app can be rendered both on the server and on the client.
I filmed a series about how to write an online store on React + Redux, but unfortunately I don’t tell about the server side rendering there
Online store on React / Redux
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question