kzndzhiro/react_mobx

Research: Choose a starting setup

Opened this issue · 1 comments

Create React App vs. Create Next App

I have chosen create react app boilerplate since it has a large community and a lot of things in mind like Progressive web apps tooling baked in (service workers). Also it comes with testing jest and enzyme already setup and a lot more tools that are going to ease the development in the long run. There is no server side rendering but for this app it is not necessary.