damonare / memos

React+React-router+redux+redux-thunk+less+es6实现的简易备忘录,在线demo地址:

Home Page:http://damonare.cn/memos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reducer 最好是pure function

fobbyal opened this issue · comments

reducer 不因该有side affect 如果有需要. 用middleware 存 localstate..或者用setTimer 存.
https://github.com/damonare/memos/blob/master/app/reducers/todos.jsx#L27

谢谢指教