https://github.com/yuusheng/mini-react
mini React
https://github.com/yuusheng/mini-react
mini-react react
Last synced: 2 months ago
JSON representation
mini React
- Host: GitHub
- URL: https://github.com/yuusheng/mini-react
- Owner: yuusheng
- Created: 2023-02-26T13:36:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T06:18:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T07:59:05.804Z (about 1 year ago)
- Topics: mini-react, react
- Language: TypeScript
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mini React
This repo implements some of the functionality in react. Hope you can get inspiration from it.
## Features
- Typescript
- createElement
- render
## Reference
- [Build your own React](https://pomb.us/build-your-own-react/)