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

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

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)