kzndzhiro / react_mobx

Testing out Mobx and React
MIT License
0 stars 0 forks source link

Research: Choose a starting setup #1

Open kzndzhiro opened 7 years ago

kzndzhiro commented 7 years ago

Create React App vs. Create Next App

kzndzhiro commented 7 years ago

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.