Skip to content

Commit ef10aa8

Browse files
authored
Merge pull request #63 from locol23/docs/change-contents-order
docs: change contents order
2 parents f8f0e65 + 78daccd commit ef10aa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Learn React with TypeScript
1717
- State(withStateHandlers)
1818
- [Base](https://github.com/locol23/learn-react-typescript/tree/master/packages/recompose-state-base)
1919
- React Hooks
20-
- Counter(useState, useEffect, useCallback)
21-
- [Base](https://github.com/locol23/learn-react-typescript/tree/master/packages/hooks-state-base)
22-
- [Goal](https://github.com/locol23/learn-react-typescript/tree/master/packages/hooks-state-goal)
2320
- useEffect
2421
- [Base](./packages/hooks-use-effect-base)
2522
- [Goal](./packages/hooks-use-effect-goal)
2623
- useContext
2724
- [Base](./packages/hooks-use-context-base)
2825
- State(useReducer)
26+
- Counter(useState, useEffect, useCallback)
27+
- [Base](https://github.com/locol23/learn-react-typescript/tree/master/packages/hooks-state-base)
28+
- [Goal](https://github.com/locol23/learn-react-typescript/tree/master/packages/hooks-state-goal)
2929
- React + Redux
3030
- [Base](https://github.com/locol23/learn-react-typescript/tree/master/packages/redux-base)
3131
- [Goal Step1](https://github.com/locol23/learn-react-typescript/tree/master/packages/redux-goal-step1)

0 commit comments

Comments
 (0)