Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acdlite/flummox
Minimal, isomorphic Flux.
https://github.com/acdlite/flummox
Last synced: about 21 hours ago
JSON representation
Minimal, isomorphic Flux.
- Host: GitHub
- URL: https://github.com/acdlite/flummox
- Owner: acdlite
- Created: 2014-10-24T20:35:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T14:03:48.000Z (over 7 years ago)
- Last Synced: 2024-12-06T08:00:18.491Z (8 days ago)
- Language: JavaScript
- Homepage: http://acdlite.github.io/flummox
- Size: 1.12 MB
- Stars: 1,687
- Watchers: 38
- Forks: 114
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
Flummox
=======[![build status](https://img.shields.io/travis/acdlite/flummox.svg?style=flat-square)](https://travis-ci.org/acdlite/flummox)
[![Test Coverage](https://img.shields.io/codeclimate/coverage/github/acdlite/flummox.svg?style=flat-square)](https://codeclimate.com/github/acdlite/flummox)
[![npm downloads](https://img.shields.io/npm/dm/flummox.svg?style=flat-square)](https://www.npmjs.com/package/flummox)
[![npm version](https://img.shields.io/npm/v/flummox.svg?style=flat-square)](https://www.npmjs.com/package/flummox)Idiomatic, modular, testable, isomorphic Flux. No singletons required.
```
$ npm install --save flummox
```## Versions
### Stable (3.x)
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.
### 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.
_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.**
---
Join the **#flummox** channel of the [Reactiflux](http://reactiflux.com/) Slack community.
[![Join the chat at https://gitter.im/acdlite/flummox](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/acdlite/flummox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
The documentation is hosted at [acdlite.github.io/flummox](http://acdlite.github.io/flummox). It is a pre-rendered, isomorphic app built with Flummox and React. Checkout the [source](https://github.com/acdlite/flummox/tree/master/docs).