https://github.com/a7ul/blog-custom-renderer
Custom renderer built as the part of blog post
https://github.com/a7ul/blog-custom-renderer
custom react renderer
Last synced: 8 months ago
JSON representation
Custom renderer built as the part of blog post
- Host: GitHub
- URL: https://github.com/a7ul/blog-custom-renderer
- Owner: a7ul
- Created: 2018-10-15T22:30:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T21:42:59.000Z (almost 7 years ago)
- Last Synced: 2025-04-05T02:22:20.660Z (9 months ago)
- Topics: custom, react, renderer
- Language: JavaScript
- Homepage: https://blog.atulr.com/react-custom-renderer-1/
- Size: 143 KB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog custom renderer
This is a custom renderer implemented to learn how React renderers work internally.
Blog series can be found here:
- https://blog.atulr.com/react-custom-renderer-1/
- https://blog.atulr.com/react-custom-renderer-2/
- https://blog.atulr.com/react-custom-renderer-3/
To run:
- `npm install`
- `npm start`