We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 987e057Copy full SHA for 987e057
.gitignore
@@ -0,0 +1,6 @@
1
+/node_modules
2
+/dist
3
+
4
+.DS_Store
5
+.idea
6
+.vscode
README.md
+# r-hooks
+## 介绍
+一个基于 React 的 hooks 库,提供了一些常用的 hooks。
package.json
@@ -0,0 +1,13 @@
+{
+ "name": "r-hooks",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "coderlzw",
11
+ "license": "ISC",
12
+ "packageManager": "[email protected]"
13
+}
0 commit comments