react-three-renderer-fiber
react-three-renderer-fiber copied to clipboard
Find a good way to describe react reconcilers
See bottom part of /wiki/What-is-a-descriptor#example
Hopefully to be explained in https://www.npmjs.com/package/react-reconciler
For anyone stumbling across this thread -
There's some relevant info here https://github.com/facebook/react/tree/master/packages/react-reconciler
and a pretty decent tutorial (for react@15 using the now deprecated import ReactFiberReconciler from 'react-dom/lib/ReactFiberReconciler';
) here https://github.com/nitin42/Making-a-custom-React-renderer
I've started playing with [email protected]
, it's promising. Getting excited about fiber :)
Hopefully some official docs will start to appear when [email protected] moves out of beta in the next week or so.
This might be useful https://gist.github.com/drcmda/cbc77a30681bf41791ccc29ee0f5d855