Skip to content

Commit 413c89a

Browse files
committed
updated readme
1 parent 48e2295 commit 413c89a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- TYPESAFE-API-CALLS - type checking the contracts of REST Service API calls - forget checking for API docs again
1515
- REACT-BEST-PRACTICES - no mixins / no ref strings / no method binding - instead ES Class Fields / no function/objects creation in render methods / render lists in dedicated components / don't use array index as key / ES6 style PureRenderMixin with PureComponent
1616
- REACT-ROUTER - included `react-router-redux` to store your routing in state for Time-Travel capabilities
17+
- REDUX-DEV-TOOLS - installed Redux DevTools capabilities with [chrome-extension](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd)
1718
- IMMUTABLE-STORE - using `seamless-immutable` for simplicity and backwards-compatibility with vanilla JS (no hassle with `toJS()`, `get()`, `getIn()` in your containers and components)
1819
- PRODUCTION-READY - npm scripts for bundling & deploy, github-hooks, linter, test runner etc.
1920
- EASY-TESTING - complete testing solution with Tape (blue-tape), Enzyme, JSDOM - functional approach makes it easy to test, you can even write and run test entirely in TypeScript - no transpilation step!
@@ -35,12 +36,10 @@
3536

3637
## Roadmap
3738
- Redux async flow with redux-saga - https://github.com/yelouafi/redux-saga/
38-
- Time Travel Debugging
39-
- CSS Modules using csjs - https://github.com/rtsao/csjs#faq
40-
4139
- REDUX-INNOVATIVE-APPROACH - using TS 2.0 "Tagged Union Types" - for solid Redux integration
4240
(https://blogs.msdn.microsoft.com/typescript/2016/08/30/announcing-typescript-2-0-rc)
4341

42+
- CSS Modules using csjs - https://github.com/rtsao/csjs#faq
4443
- Testing with Enzyme (JSDOM)
4544
- Testing Component markup (shallowRender)
4645
- Testing Component behaviour/interactions (renderIntoDocument, Simulate)

0 commit comments

Comments
 (0)