@@ -6,10 +6,10 @@ Learn React with TypeScript
6
6
7
7
# Table of Contents
8
8
- Function Components
9
- - [ Base] ( https://github.com/locol23/learn-react-typescript/tree/master /packages/function-components-base)
10
- - [ Goal] ( https://github.com/locol23/learn-react-typescript/tree/master /packages/function-components-goal)
9
+ - [ Base] ( . /packages/function-components-base)
10
+ - [ Goal] ( . /packages/function-components-goal)
11
11
- Styled Components
12
- - [ Base & Goal] ( https://github.com/locol23/learn-react-typescript/tree/master /packages/styled-components)
12
+ - [ Base & Goal] ( . /packages/styled-components)
13
13
- React Hooks
14
14
- useState
15
15
- [ Base] ( ./packages/hooks-use-state-base )
@@ -20,17 +20,17 @@ Learn React with TypeScript
20
20
- [ Base] ( ./packages/hooks-use-context-base )
21
21
- State(useReducer)
22
22
- Counter(useState, useEffect, useCallback)
23
- - [ Base] ( https://github.com/locol23/learn-react-typescript/tree/master /packages/hooks-state-base)
24
- - [ Goal] ( https://github.com/locol23/learn-react-typescript/tree/master /packages/hooks-state-goal)
23
+ - [ Base] ( . /packages/hooks-state-base)
24
+ - [ Goal] ( . /packages/hooks-state-goal)
25
25
- React + Redux
26
- - [ Base] ( https://github.com/locol23/learn-react-typescript/tree/master /packages/redux-base)
27
- - [ Goal Step1] ( https://github.com/locol23/learn-react-typescript/tree/master /packages/redux-goal-step1)
28
- - [ Goal Step2] ( https://github.com/locol23/learn-react-typescript/tree/master /packages/redux-goal-step2)
26
+ - [ Base] ( . /packages/redux-base)
27
+ - [ Goal Step1] ( . /packages/redux-goal-step1)
28
+ - [ Goal Step2] ( . /packages/redux-goal-step2)
29
29
- Advanced Techniques
30
30
- render props
31
31
- [ Base] ( ./packages/render-props-base )
32
32
- Storybook
33
- - [ Storybook Example] ( https://github.com/locol23/learn-react-typescript/tree/master /packages/storybook)
33
+ - [ Storybook Example] ( . /packages/storybook)
34
34
35
35
## Prerequisites
36
36
0 commit comments