You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2020. It is now read-only.
React Redux Boilerplate with Webpack and Hot Module Replacement configuration. Without any front-end frameworks because this is usually switchable part of the whole stack. In the demo files there is also some code repetition, of course this is just becaus I don't wanted to provide more abstraction in the code.
If you are ready to prepare your production files. You can run npm run build. Webpack will bundle and save all needed files (.js, .css, img, .html) in the public folder.
CSS and JavaScript linters
There is AirBnB JavaScript styleguide and ESLint configured. You can lint your project by running npm run lint or using editor plugins.
[TODO] Stylelint integration.
Testing
[TODO] I plan to integrate Jest and other tools
Storybook
[TODO] There will be Storybook on board too.
Data layer
For now I use only standard fetch here. But I plan to use this boilerplan with GraphQL/Apollo so I'll probably prepare another one, very similar to this one, but integrated with Apollo.