https://github.com/krasimir/react-disco
A step by step implementation of React
https://github.com/krasimir/react-disco
Last synced: 13 days ago
JSON representation
A step by step implementation of React
- Host: GitHub
- URL: https://github.com/krasimir/react-disco
- Owner: krasimir
- License: mit
- Created: 2016-12-29T06:25:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T04:59:27.000Z (almost 9 years ago)
- Last Synced: 2025-01-05T16:23:26.246Z (10 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Disco
I was wondering what it takes to build React. So I decided to experiment and recreate React the way I see it.
## Chapters
* [Chapter 1 - transpilation of JSX](./chapters/01)
* [Chapter 2 - designing the library](./chapters/02)