clayrisser / react-gtk

react Native bridge for gtk desktop applications
https://clayrisser.com
MIT License
308 stars 19 forks source link

React renderer #6

Open clayrisser opened 7 years ago

clayrisser commented 7 years ago

This issue is for discussion relating to the react renderer.

clayrisser commented 7 years ago

The react renderer will follow the process outlined in https://github.com/iamdustan/tiny-react-renderer. I created a branch to hack on it at https://github.com/jamrizzi/react-gtk/tree/react-render.

clayrisser commented 7 years ago

I think we should leapfrog the stack based renderer and dive straight into the fiber based renderer.

clayrisser commented 7 years ago

https://github.com/facebook/react/blob/ca4325e3eff16b86879188eb996ebcc9a933336a/src/renderers/shared/fiber/ReactFiberReconciler.js#L48-L104