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

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

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`