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 16
16
* [ Transform Immutable (without ` combineReducers ` )] ( #transform-immutable-without-combinereducers )
17
17
* [ Transform Immutable (with ` combineReducers ` )] ( #transform-immutable-with-combinereducers )
18
18
* [ Log batched actions] ( #log-batched-actions )
19
+ * [ To Do] ( #to-do )
19
20
* [ Known issues] ( #known-issues ) (with ` react-native ` only at this moment)
20
21
* [ License] ( #license )
21
22
@@ -280,6 +281,16 @@ export default createLogger({
280
281
});
281
282
```
282
283
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
+
283
294
## Known issues
284
295
* Performance issues in react-native ([ #32 ] ( https://github.com/evgenyrodionov/redux-logger/issues/32 ) )
285
296
You can’t perform that action at this time.
0 commit comments