Skip to content

Commit

Permalink
3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
voronianski committed Nov 30, 2015
1 parent 2cece1b commit 2ce1067
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2,450 deletions.
3 changes: 0 additions & 3 deletions .babelrc
Expand Up @@ -3,8 +3,5 @@
"es2015-loose",
"react",
"stage-0"
],
"plugins": [
"transform-runtime"
]
}
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -16,13 +16,13 @@ $ npm install --save flummox

### Stable (3.x)

Current stable Flummox' version with latest [React.js](https://facebook.github.io/react/index.html) support is **3.6.x**. If you're happy enough with what you have in app right now then you can safely stay with this version. It will be maintained though we don't think that new features will be added.
Current stable Flummox's version with latest [React.js](https://facebook.github.io/react/index.html) support is **3.6.x**. If you're happy enough with what you have right now then **you can safely stay with this version**. It will be maintained but we don't think that new features will be added.

### Never Released (4.x, thx Redux!)
### Non-stable (4.x)

Eventually 4.x should be the last major release but it never happened. If you want the latest features then use [Redux](https://github.com/gaearon/redux) instead. It's really great.
**Eventually 4.x should be the last major release but it never happened**. If you want the latest features then use [Redux](https://github.com/gaearon/redux) instead. It's really great.

We know that churn can be frustrating but we feel it would be irresponsible for us to continue recommending Flummox when Redux exists which is a significant improvement over classical Flux.
_We know that churn can be frustrating but we feel it would be irresponsible for us to continue recommending Flummox when Redux exists which is a significant improvement over classical Flux._

**Check out [redux-actions](https://github.com/acdlite/redux-actions) and [redux-promise](https://github.com/acdlite/redux-promise), which implement much of the convenience of Flummox as Redux extensions.**

Expand Down

0 comments on commit 2ce1067

Please sign in to comment.