firtoz / react-three-renderer-fiber

Porting R3R to use React Fiber
MIT License
94 stars 10 forks source link

Use react-reconciler instead of using react-fiber-export #76

Closed Methuselah96 closed 5 years ago

Methuselah96 commented 5 years ago

I haven't found any problems with it yet. All the examples seem to work. As far as I know it's good to merge.

Methuselah96 commented 5 years ago

And, yeah, it's been a little while coming, but I had to create the @types/react-reconciler (https://github.com/DefinitelyTyped/DefinitelyTyped/pull/29005) and @types/schedule (https://github.com/DefinitelyTyped/DefinitelyTyped/pull/29008) packages in order to have the TypeScript definitions.