My simple implementation of Functional Component Only React
.
- Functional Component
- render()
- cloneElement()
- createContext()
- createElement()
- createPortal()
- createRef()
- hooks()
- memo()
.
└── packages
├── app
└── my-react
Install dependencies
yarn
Then run the following command
yarn start
Run the following command
yarn build