https://github.com/vberlier/react-from-scratch
Supporting code for a presentation about React. Implementing stateful components in 100 lines of code.
https://github.com/vberlier/react-from-scratch
Last synced: 5 months ago
JSON representation
Supporting code for a presentation about React. Implementing stateful components in 100 lines of code.
- Host: GitHub
- URL: https://github.com/vberlier/react-from-scratch
- Owner: vberlier
- License: mit
- Created: 2020-11-10T08:13:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T14:59:09.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T08:02:06.057Z (6 months ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-from-scratch
Supporting code for a presentation about React. Implementing stateful components in 100 lines of code.