I am fairly ok with JavaScript knowledge. We are planning to start isomorphic web application using React, Redux, es6 etc. We have lot of API calls to integrate. Before starting I want to know if there are any boilerplates available or it is better to setup up everything step by step.
I just need some direction. We have lot of SEO value, doing isomorphic is compulsory.
3
Answers
I had your requirements and I searched for proper boilerplate, the best one that I found was react-redux-universal-hot-example. I’ve used it for a production.
Advantages
redux-form
Disadvantages
If you are interesting in .NetCore as backend, there is very good boilerplate JavaScriptServices
You can generate project for VisulaStuido, using TypeScript, React, Redux, Router, server side rendering, webpack,Hot module replacement and .Net core as backend.
This is really good starting point to learn all this technologies.
https://github.com/aspnet/JavaScriptServices
I built a website for TechJob (a high-tech placement company) using react-redux-universal-hot-example boilerplate.
It is a very good boilerplate.
It’s true that you really have to go deeper into the code to understand, but it’s worth it.