Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuusheng/mini-react
mini React
https://github.com/yuusheng/mini-react
mini-react react
Last synced: 2 days ago
JSON representation
mini React
- Host: GitHub
- URL: https://github.com/yuusheng/mini-react
- Owner: yuusheng
- Created: 2023-02-26T13:36:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-18T06:18:08.000Z (8 months ago)
- Last Synced: 2024-04-13T14:13:46.819Z (7 months 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/)