Skip to content

Commit 29811f2

Browse files
committed
[FIX] demo project structure + tools docs
1 parent 2e2eb27 commit 29811f2

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-tools-ws",
2+
"name": "react-tools",
33
"private": true,
44
"workspaces": [
55
"apps/*",

packages/react-tools/package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ndriadev/react-tools",
3-
"description": "A React hooks library ready to use",
3+
"description": "A React library of hooks, components and utils ready to use",
44
"private": false,
55
"version": "0.0.0",
66
"type": "module",
@@ -55,26 +55,27 @@
5555
},
5656
"keywords": [
5757
"react",
58-
"custom",
58+
"component",
59+
"components",
5960
"hook",
6061
"hooks",
6162
"tools",
62-
"shallow-equal",
63-
"shallow equal",
64-
"shallowEqual",
65-
"isShallowEqual",
66-
"deep-equal",
67-
"deep equal",
68-
"deepEqual",
69-
"isDeepEqual",
63+
"lazy",
64+
"react component",
65+
"react components",
66+
"react-component",
67+
"react-components",
7068
"react-hook",
7169
"react hook",
7270
"react hooks",
7371
"react-hooks",
7472
"react-custom-hook",
7573
"react-custom-hooks",
7674
"react custom hook",
77-
"react custom hooks"
75+
"react custom hooks",
76+
"react utils",
77+
"react util",
78+
"react lazy"
7879
],
7980
"repository": {
8081
"type": "git",

0 commit comments

Comments
 (0)