r-park / todo-react-redux

Todo app with Create-React-App • React-Redux • Firebase • OAuth
https://todo-react-redux.firebaseapp.com
MIT License
1.02k stars 272 forks source link

Feat/filtering #72

Closed matanzr closed 7 years ago

matanzr commented 7 years ago

I think this is in a good state.

I've refactored filtering to be independent of props. All visible tasks are kept in props, and state contains the filtered tasks.

known issues