Skip to content

Tags: trantrinh1102/react-boilerplate

Tags

v3.1.0

Toggle v3.1.0's commit message
3.1.0

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