react-three-renderer-fiber icon indicating copy to clipboard operation
react-three-renderer-fiber copied to clipboard

Find a good way to describe react reconcilers

Open toxicFork opened this issue 7 years ago • 3 comments

See bottom part of /wiki/What-is-a-descriptor#example

toxicFork avatar Oct 17 '17 08:10 toxicFork

Hopefully to be explained in https://www.npmjs.com/package/react-reconciler

toxicFork avatar Oct 17 '17 08:10 toxicFork

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.

johnrees avatar Nov 04 '17 12:11 johnrees

This might be useful https://gist.github.com/drcmda/cbc77a30681bf41791ccc29ee0f5d855

johnrees avatar Nov 07 '17 15:11 johnrees