The perfect ReactJS stack according to us.
- React as the view.
- MobX as state.
- Next.js /w Express server (SSR).
- Axios as the http client.
- SASS via
styled-jsx
. - GZIP by
compression
. hpp
&helmet
for security. Also forceshttps
.
- [+] Apisauce for standardization of the api call.
- [+] Add the crazy nice Grommet UI Kit.
- [+] Add Mobx store example.
- [-] Remove MongoDB dep.
git clone git@github.com:matiere-noire/nextjs-mobx-grommet.git
cd nextjs-mobx-grommet
yarn install
yarn run dev
yarn run prestart
yarn run start