Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Nov 28, 2015
1 parent f90839b commit 00841be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# nanoflux


__nanoflux__ is a *very* lightweight (about 3 KiB!) dependency-free Flux implementation.

The idea of this implementation is to support a very small, but full Flux implementation (separated Action, Dispatcher, and Store),
Expand All @@ -17,12 +18,11 @@ Furthermore, __nanoflux__ does not use events for communication, but a functiona
- No singleton
- Interoperable Stores
- Multiple Dispatchers
- Built in ActionCreator
- Built in ActionCreator (*new*)
- Quite fast
- CommonJS, RequireJS ready



# Comparison to Facebook's Implementation

From an architectural point of view, the main difference is that [Facebook's Flux implementation](https://github.com/facebook/flux) provides
Expand Down

0 comments on commit 00841be

Please sign in to comment.