Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linbudu599/react-notebook
整理写React中的各种经验
https://github.com/linbudu599/react-notebook
Last synced: 10 days ago
JSON representation
整理写React中的各种经验
- Host: GitHub
- URL: https://github.com/linbudu599/react-notebook
- Owner: linbudu599
- License: mit
- Created: 2020-01-12T06:19:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T05:56:39.000Z (over 1 year ago)
- Last Synced: 2024-10-12T14:10:46.162Z (26 days ago)
- Language: TypeScript
- Homepage:
- Size: 788 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning React
## Effective-Customize-Hooks
整理一些也许能提升开发效率的自定义 Hooks🚀
- [useCountDown](./hooks/useCountDown)
> 可用于手机验证码 x 秒内只能发送一次的 UI 层逻辑
![useCountDown](https://linbudu-img-store.oss-cn-shenzhen.aliyuncs.com/img/preview_01.gif)
- [useAxios](./hooks/useAxios)
> 用于封装 axios 发起请求中的 loading、data、err 状态
- [x] [全局配置](./hooks/useAxios/with-global-config)
**Inspired by [react-axios-hook](https://github.com/nullptru/react-axios-hook)**- [usePointor](./hooks/usePointor)
> 简易demo## With Typescript
见 [ts](./ts/) 文件夹
## 社区生态
- [再次认识React-Redux,还有新朋友useSelector](./tool/react-redux/README.md)