Skip to content

Commit 6e8c95b

Browse files
committed
Add Immutable example link to README.md
1 parent 06f3433 commit 6e8c95b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ redux
55
[![npm version](https://img.shields.io/npm/v/redux.svg?style=flat-square)](https://www.npmjs.com/package/redux)
66
[![redux channel on slack](https://img.shields.io/badge/[email protected]?style=flat-square)](http://www.reactiflux.com)
77

8-
Atomic Flux with hot reloading.
8+
Atomic Flux with hot reloading.
99

10-
**The API is likely to change a few times before we reach 1.0.**
10+
**The API is likely to change a few times before we reach 1.0.**
1111
**Its [surface area](http://www.youtube.com/watch?v=4anAwXYqLG8) is minimal so you can try it in production and report any issues.**
1212

1313
# Table of Contents
@@ -356,6 +356,8 @@ Besides the examples in this repo, there is an [officially supported example](ht
356356

357357
There is also a complete universal (isomorphic), hot-reloading example with `react-router` and asynchronous data fetching from both the client and server [here](https://github.com/erikras/react-redux-universal-hot-example/).
358358

359+
Another complete universal (isomorphic) example use `react-router` and `Immutable` [here](https://github.com/quangbuule/redux-example).
360+
359361
### How does hot reloading work?
360362

361363
* http://webpack.github.io/docs/hot-module-replacement.html

0 commit comments

Comments
 (0)