@reactuses/core 4.0.13 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -64,18 +64,10 @@ You can submit an [issue](https://github.com/childrentime/reactuse/issues) or pr
64
64
 
65
65
  ## Contribute
66
66
 
67
- See the [**Contributing Guide**](CONTRIBUTING.md)
67
+ See the [**Contributing Guide**](https://github.com/childrentime/reactuse/blob/main/CONTRIBUTING.md)
68
68
 
69
69
  <hr/>
70
70
 
71
- ## Idea
72
-
73
- We want to keep a single hook function as simple as possible.
74
-
75
- * For data fetch, we recommend use [swr](https://www.npmjs.com/package/swr)
76
-
77
- * For keyboard shortcuts, we recommend use [react-hotkeys-hook](https://www.npmjs.com/package/react-hotkeys-hook)
78
-
79
71
  ## Thanks
80
72
 
81
73
  This project is heavily inspired by the following awesome projects.