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

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

Awesome Lists containing this project

README

          

# learn react internals

![what-i-cannot-create-i-do-not-understand](./alienact/docs/quote-what-i-cannot-create-i-do-not-understand-richard-feynman-228644.jpg)

## 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