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

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

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)