Skip to content

Tags: narze/react-boilerplate

Tags

v2.5.0

Toggle v2.5.0's commit message
envify react in production

Made the mistake to include the development build of react in the production build. Fixed by setting process.env manually to production in makewebpackconfig.js

Thx to @gaearon for https://twitter.com/dan_abramov/status/592692202335301636

v2.1.0

Toggle v2.1.0's commit message
Offline first

Using a ServiceWorker, the AppCache and a manifest, apps written with the react-boilerplate are now fully offline-first. They work without a network connection after the first load, and can be added to the homescreen on Chrome for Android. More information and the documentation can be found in the README!

v2.0.1

Toggle v2.0.1's commit message
Add explanation to setup page

v2.0.0

Toggle v2.0.0's commit message
v2.0.0 update

- Switched to Webpack as a build tool to be able to use hot reloading
- Added hot reloading
- Added unit testing
- Updated Documentation
- Added better demo