File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,22 @@ Learn React with TypeScript
5
5
[ ![ MIT License] ( http://img.shields.io/badge/license-MIT-blue.svg?style=flat )] ( LICENSE )
6
6
7
7
# Attention
8
- - React Hooks is not production ready now(2018/11/30)
9
- - From the above reason, if you use React lifecycle in production services, you shold use recompose .
8
+ - React Hooks is not production ready now(2018/11/30).
9
+ - From the above reason, if you use React lifecycle in production services, you shold use Recompose .
10
10
11
11
# Agenda
12
12
- Function Components
13
13
- [ Base] ( https://github.com/locol23/learn-react-ts/tree/master/packages/function-components-base )
14
14
- [ Goal] ( https://github.com/locol23/learn-react-ts/tree/master/packages/function-components-goal )
15
15
- Styled Components
16
+ - [ Base & Goal] ( https://github.com/locol23/learn-react-ts/tree/master/packages/styled-components )
16
17
- Recompose
17
18
- State(withStateHandlers)
18
- - lifecycle
19
19
- React Hooks
20
20
- State(useState)
21
+ - [ Base] ( https://github.com/locol23/learn-react-ts/tree/master/packages/hooks-state-base )
22
+ - [ Goal] ( https://github.com/locol23/learn-react-ts/tree/master/packages/hooks-state-goal )
21
23
- State(useReducer)
22
- - lifecycle(useEffect)
23
24
24
25
## Prerequisites
25
26
You can’t perform that action at this time.
0 commit comments