Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ofirdagan/build-your-own-react

Source code for my "Build Your Own React" talk
https://github.com/ofirdagan/build-your-own-react

Last synced: about 2 months ago
JSON representation

Source code for my "Build Your Own React" talk

Awesome Lists containing this project

README

        

# Build Your Own React
Source code for my "Build Your Own React" talk at [Riga Dev Days 2017](https://rigadevdays.lv/schedule/day1?sessionId=139)

Checkout the [Slides](http://slides.com/ofird/build-your-own-react/)

## How to read this repository?

I'm glad that you asked that ;). This repo has 5 top level folders `v0` - `v5`.
`v` stands for version. Inside each folder you will find a mini app with `index.html`
and a work-in-progress version of my `react.js`. Some of the folders have sub-versions
and each one of those is a mini app on its own.

Each folder has a `README.md` with a changelog of everything that has changed since
the last version.

Enjoy yourself,
Ofir