Skip to content

Commit dbd6d5d

Browse files
committed
Merge branch 'master' of github.com:fcomb/redux-logger
2 parents 13dd356 + a1ac7a6 commit dbd6d5d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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

0 commit comments

Comments
 (0)