https://github.com/alienzhou/react-learning
learn react internals
https://github.com/alienzhou/react-learning
internal learning react sample source-code
Last synced: about 2 months ago
JSON representation
learn react internals
- Host: GitHub
- URL: https://github.com/alienzhou/react-learning
- Owner: alienzhou
- Created: 2019-08-27T15:25:31.000Z (almost 7 years ago)
- Default Branch: fiber
- Last Pushed: 2020-04-29T04:08:35.000Z (about 6 years ago)
- Last Synced: 2025-05-31T08:33:51.394Z (about 1 year ago)
- Topics: internal, learning, react, sample, source-code
- Language: JavaScript
- Size: 4.91 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn react internals

## Folder Structure
- alienact: a tiny react-like library and technology stacks
- package/alienact-core: a tiny react-like library
- package/alienact-router: a tiny router library
- package/alienact-state: a tiny state management library
- package/alienact-connect: a tiny library to connect state management and components
- react: react source code (now is v16.8.6)
- sample: a dev environment for writing react apps