Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ofirdagan/build-your-own-react
- Owner: ofirdagan
- Created: 2017-05-07T21:26:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T08:15:10.000Z (over 7 years ago)
- Last Synced: 2024-11-11T08:44:03.488Z (2 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 56
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - build-your-own-react
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