v2.0.0
React Router is now part of the starter kit! I was very hesitant, but after many conversations, I've decided it's likely to be used more often than not, and it's easier to remove than to add. The Readme includes instructions on how to remove it if you don't want it (and in a future release, I want to automate the process of including/excluding Redux and React Router and their associated configs).
Closed issues:
- Upgrade to ESLint 2.0 #54
Merged pull requests:
Other changes
- Refactored example app to utilize stateless functional components, destructuring, and honor the concept of container components. Also now generating separate stores for dev and prod to avoid adding hot reloading related cruft to prod code.