Answer the question
In order to leave comments, you need to log in
Which hosting to choose for a react application?
Colleagues, there is a react-redax application running on the local. Will it work after the "build" on a regular hosting or do you need a special one?
Will something change if it is a blog/online store?
Answer the question
In order to leave comments, you need to log in
If it's a create-react-app build, then it will. Create React App: Deployment
If this is a build of an isomorphic application with SSR and an express server, then no.
If the third option, then you need more details to say for sure.
If you need normal indexing in search engines or sharing in social networks, then you need SSR or a page prerender. You can't get away with simple hosting here.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question