https://github.com/cedrickchee/react-unplugged
React.js unplugged version
https://github.com/cedrickchee/react-unplugged
educational-project exercises programming reactjs
Last synced: 10 months ago
JSON representation
React.js unplugged version
- Host: GitHub
- URL: https://github.com/cedrickchee/react-unplugged
- Owner: cedrickchee
- License: mit
- Created: 2020-10-30T10:23:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-30T10:49:01.000Z (about 5 years ago)
- Last Synced: 2025-01-18T17:49:35.996Z (11 months ago)
- Topics: educational-project, exercises, programming, reactjs
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Unplugged
Just like unplugged music, we can have unplugged version of React.js. This is my
attempt to reimplement React from the ground up and based on my learnings so far.
> What I cannot create, I do not understand
>
> ~ Richard Feynman
Source of inspirations: [build your own (insert tech here)](https://github.com/danistefanovic/build-your-own-x) project.