Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BUPTlhuanyu/ReactNote
React相关库的源码分析
https://github.com/BUPTlhuanyu/ReactNote
react
Last synced: 2 months ago
JSON representation
React相关库的源码分析
- Host: GitHub
- URL: https://github.com/BUPTlhuanyu/ReactNote
- Owner: BUPTlhuanyu
- Created: 2019-02-14T07:51:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T11:04:10.000Z (over 1 year ago)
- Last Synced: 2024-11-07T23:11:46.864Z (2 months ago)
- Topics: react
- Language: JavaScript
- Homepage: https://BUPTlhuanyu.github.io/ReactNote/
- Size: 66.8 MB
- Stars: 214
- Watchers: 9
- Forks: 33
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-react-cn - 对react相关代码库以及框架的源码进行了一定的分析
README
# 在线阅读
[猛戳这里👉react-note👈](https://buptlhuanyu.github.io/ReactNote/docs/react/react/intro)包涵如下代码解析:
- react(全网首张唯一react源码流程高清大图)
- react-router
- react-hook-form
- react-transition-group
- 实用开发笔记### 缩略图如下:
![](./tiny.png)# 开发
```
yarn
yarn start
yarn build
```# 远程部署
```
$ GIT_USER= USE_SSH=true yarn deploy
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.