We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978dc9d commit c1aa740Copy full SHA for c1aa740
README.md
@@ -203,9 +203,11 @@ Special thanks to those who'll correct the grammar issues in this README.
203
204
* **[Flux]** Add tests
205
* **[Flux]** Remove `/public` stuff out of repo + symlink it to shared folder on production
206
-* **[Flux]** Improve error handling
207
* **[Flux]** Add `immutable.js`
+* **[Flux]** Fix login form example (move its state from local state to global store)
208
+* **[Flux]** Switch to `babel-node` in development & production envs
209
* **[Flux]** Add `redux-devtools`
210
+* **[Flux]** Improve error handling
211
* ~~**[Flux]** Rewrite `meta` generator: class -> function~~
212
* **[Flux]** Add notifications from webpack server
213
* **[Flux]** Add server-side retina detection
0 commit comments