Full ES6+ React + React-Router + Redux + GraphQL + Apollo + Bootstrap with Hot Reload and redux-devtools STARTER
My new React + redux project starter. This time I add graphQL and Apollo Client.
This starter also embeds JWT token basedauthentication (check Route to get an example of dealing with protected routes).
webpack is as simple as possible
ReactJS is written with optimization tricks (stateless, pure render...).
pure front-end = server independant (use whatever you want as server: NodeJS, Rails, .NET...)
caching implementation with workbox-webpack-plugin (so that it follows PWA path!)
redux + devTools + hot reload= how did I developed without them before?
graphQL makes API to be " has been "
no more struggle in redux with async thank to Apollo Client (you can even get rid of redux thunk or redux saga if you needed theses just for your asyncs. Otherwise keep them since they are nice
请发表评论