Skip to content

Commit ee0e2a9

Browse files
committed
Merge pull request #11 from locol23/chore/add-url-links
chore: add url links
2 parents 0bea34b + 217ae4b commit ee0e2a9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,22 @@ Learn React with TypeScript
55
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
66

77
# 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.
1010

1111
# Agenda
1212
- Function Components
1313
- [Base](https://github.com/locol23/learn-react-ts/tree/master/packages/function-components-base)
1414
- [Goal](https://github.com/locol23/learn-react-ts/tree/master/packages/function-components-goal)
1515
- Styled Components
16+
- [Base & Goal](https://github.com/locol23/learn-react-ts/tree/master/packages/styled-components)
1617
- Recompose
1718
- State(withStateHandlers)
18-
- lifecycle
1919
- React Hooks
2020
- 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)
2123
- State(useReducer)
22-
- lifecycle(useEffect)
2324

2425
## Prerequisites
2526

0 commit comments

Comments
 (0)