https://github.com/ihtml5/custom-renderer
custom-renderer
https://github.com/ihtml5/custom-renderer
react react-dom react-native react-reconciler react-vr renderer wxapp
Last synced: about 2 months ago
JSON representation
custom-renderer
- Host: GitHub
- URL: https://github.com/ihtml5/custom-renderer
- Owner: ihtml5
- License: mit
- Created: 2017-09-25T05:19:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T05:08:04.000Z (over 7 years ago)
- Last Synced: 2025-03-01T15:18:20.015Z (12 months ago)
- Topics: react, react-dom, react-native, react-reconciler, react-vr, renderer, wxapp
- Homepage: http://ihtml5.github.io/custom-renderer
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-wx
custom-renderer
### Projects
1. [Making-a-custom-React-renderer](https://github.com/nitin42/Making-a-custom-React-renderer)
2. [tiny-react-renderer](https://github.com/iamdustan/tiny-react-renderer)
3. [awesome-react-renderer](https://github.com/chentsulin/awesome-react-renderer)
4. [resources for React Fiber](https://github.com/koba04/react-fiber-resources)
5. [NoopRenderer](https://github.com/facebook/react/blob/master/src/renderers/noop/ReactNoopEntry.js#L86)
6. [TestRenderer](https://github.com/facebook/react/blob/master/src/renderers/testing/ReactTestRendererFiberEntry.js#L119)
7. [react-dom-lite](https://github.com/jquense/react-dom-lite)
8. [react-tiny-dom](https://github.com/jiayihu/react-tiny-dom)
### Slides
1. [FUN WITH FIBER CUSTOM RENDERERS](http://reactamsterdam.surge.sh/#/2)
2. [React Renderers](http://iamdustan.com/react-renderers/)
### Issues
1. [React reconciler package](https://github.com/facebook/react/pull/10758)