react
# react 网址
# react 源码解析
- just-react
github: https://github.com/BetaSu/just-react (opens new window)
- react book 源码解析
- 图解 React 原理系列
网址:https://7kms.github.io/react-illustration-series/ (opens new window)
github: https://github.com/7kms/react-illustration-series (opens new window)
# react 生态
- Preact
简介:React 的轻量级替代方案,体积仅有 3kB,并且拥有与 React 相同的 API。
网址:https://www.preactjs.com.cn/ (opens new window)
- React Hooks
https://ahooks.js.org/zh-CN (opens new window)
# 框架
- UmiJS
简介: 可插拔的企业级 React 应用程序框架。
网址: https://umijs.org/ (opens new window)
- Preact
简介: React 的轻量级替代方案。
网址: https://www.preactjs.com.cn/ (opens new window)
# UI 框架/组件/库
- Ant Design Mobile(一个基于 Preact / React / React Native 的 UI 组件库)
- material-ui
# 移动端 UI
- Zarm
Zarm 是众安科技基于 React、React-Native 研发的一款适用于企业级的移动端 UI 组件库。
网址: https://zarm.design/#/ (opens new window)
# 后台模板
- react-admin 文档
# 数据流方案
flux
redux
mobx
- dva
简介: 首先是一个基于 redux 和 redux-saga 的数据流方案 网址: https://dvajs.com/ (opens new window)
- Recoil
更新时间: 11/25/2021, 10:27:38 AM