Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/linbudu599/react-notebook

整理写React中的各种经验
https://github.com/linbudu599/react-notebook

Last synced: 10 days ago
JSON representation

整理写React中的各种经验

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)