https://github.com/anti-duhring/custom-react-render
implementing a custom react render life-cycle for browsers using react-reconciler
https://github.com/anti-duhring/custom-react-render
react-reconciler react-renderer reactjs
Last synced: 7 months ago
JSON representation
implementing a custom react render life-cycle for browsers using react-reconciler
- Host: GitHub
- URL: https://github.com/anti-duhring/custom-react-render
- Owner: anti-duhring
- Created: 2023-05-24T20:44:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T21:35:33.000Z (over 2 years ago)
- Last Synced: 2025-02-10T12:35:30.762Z (about 1 year ago)
- Topics: react-reconciler, react-renderer, reactjs
- Language: JavaScript
- Homepage:
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Custom react render
This is a small project that implements a custom react render life-cycle for browsers using react-reconciler library.