File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1616 * [ Transform Immutable (without ` combineReducers ` )] ( #transform-immutable-without-combinereducers )
1717 * [ Transform Immutable (with ` combineReducers ` )] ( #transform-immutable-with-combinereducers )
1818 * [ Log batched actions] ( #log-batched-actions )
19+ * [ To Do] ( #to-do )
1920* [ Known issues] ( #known-issues ) (with ` react-native ` only at this moment)
2021* [ License] ( #license )
2122
@@ -280,6 +281,16 @@ export default createLogger({
280281});
281282```
282283
284+ ## To Do
285+ - [ ] Update example to [ create-react-app] ( https://github.com/facebookincubator/create-react-app )
286+ - [ ] Update eslint config to [ airbnb's] ( https://www.npmjs.com/package/eslint-config-airbnb )
287+ - [ ] Clean up code, because it's very messy, to be honest
288+ - [ ] Write tests
289+ - [ ] Node.js support
290+ - [ ] React-native support
291+
292+ Feel free to create PR for any of those tasks!
293+
283294## Known issues
284295* Performance issues in react-native ([ #32 ] ( https://github.com/evgenyrodionov/redux-logger/issues/32 ) )
285296
You can’t perform that action at this time.
0 commit comments