Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1010015

Browse files
committed
add bad logo
1 parent6acaded commit1010015

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎README.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#redux-machine
2-
*A tiny library (19 lines) for creating state machines in Redux apps.*
2+
3+
![redux-machine](http://i63.tinypic.com/2igdbus_th.jpg)
4+
5+
*A tiny library for creating state machines in Redux apps.*
6+
37

48
redux-machine enables you to create[reducers](http://redux.js.org/docs/basics/Reducers.html) that can transition between different "statuses." These are likes states in a[finite state machine](https://en.wikipedia.org/wiki/Finite-state_machine). The goal is for redux-machine to support complex workflows simply while keeping all state in the redux store. Keeping all state in the store is good because:
59

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp