Skip to content

Commit 728b1a5

Browse files
authored
Update README.md
1 parent 334b07d commit 728b1a5

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React / Redux / TypeScript - Guidelines & Patterns
1+
# React & Redux in TypeScript - Guidelines & Patterns
22
Set of guidelines and patterns teaching how to correctly use TypeScript to fully leverage power from static typing when working with React & Redux ecosystem.
33

44
### Relevant with TypeScript v2.2 (https://github.com/Microsoft/TypeScript/wiki/Roadmap)
@@ -17,12 +17,15 @@ Set of guidelines and patterns teaching how to correctly use TypeScript to fully
1717
- [Redux](#redux)
1818
- [Actions](#actions)
1919
- [Reducers](#reducers)
20-
- [Store](#store)
20+
- [Create Store](#create-store)
2121
- [Generating Action type](#generating-action-type)
2222
- [Generating RootState type](#generating-rootstate-type)
23-
- [Async Flow](#async-flow)
24-
- [Reselect Selectors](#reselect-selectors)
2523
- [Redux Connected Component](#redux-connected-component)
24+
- [Ecosystem](#ecosystem)
25+
- [Async Flow with "redux-observable"](#async-flow-with-redux-observable)
26+
- [State Selectors with "reselect"](#selectors-with-reselect)
27+
- [Forms with "formstate"](#)
28+
- [Styles with "typestyle"](#)
2629
- [Extras](#extras)
2730
- [Vendor Types Augumentation](#vendor-types-augmentation)
2831
- [Default and Named Module Exports](#default-and-named-module-exports)

0 commit comments

Comments
 (0)