Skip to content

Commit d44deda

Browse files
committed
chore: change contents name
1 parent 042a8ed commit d44deda

File tree

22 files changed

+6
-6
lines changed

22 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Learn React with TypeScript
2020
- [Base](./packages/hooks-use-context-base)
2121
- State(useReducer)
2222
- Counter(useState, useEffect, useCallback)
23-
- [Base](./packages/hooks-state-base)
24-
- [Goal](./packages/hooks-state-goal)
23+
- [Base](./packages/counter-base)
24+
- [Goal](./packages/counter-goal)
2525
- React + Redux
2626
- [Base](./packages/redux-base)
2727
- [Goal Step1](./packages/redux-goal-step1)

packages/hooks-state-base/README.md renamed to packages/counter-base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hooks-state-base
1+
# counter-base
22

33
[Hooks API Reference](https://reactjs.org/docs/hooks-reference.html)
44

packages/hooks-state-base/package.json renamed to packages/counter-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hooks-state-base",
2+
"name": "counter-base",
33
"version": "1.0.0",
44
"main": "index.js",
55
"repository": "https://github.com/locol23/learn-react-ts.git",

packages/hooks-state-goal/README.md renamed to packages/counter-goal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hooks-state-goal
1+
# counter-goal
22

33
[Hooks API Reference](https://reactjs.org/docs/hooks-reference.html)
44

packages/hooks-state-goal/package.json renamed to packages/counter-goal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "hooks-state-goal",
2+
"name": "counter-goal",
33
"version": "1.0.0",
44
"main": "index.js",
55
"repository": "https://github.com/locol23/learn-react-ts.git",

0 commit comments

Comments
 (0)