Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> For example, I wanted to do something in 3D the other day and reached for react-three-fiber, there simply isn't something comparable in the non-React world.

Respectfully, that is because you dont _need_ anything other than ThreeJS in the other frameworks.

I do find it interesting that it says it performs faster due to reacts scheduler.



> Respectfully, that is because you dont _need_ anything other than ThreeJS in the other frameworks.

Not really, ThreeJS is imperative, react-three-fiber is declarative. I use the latter for the same reason I use React over jQuery, I don't have to mess around with appending nodes, I can lay out my view declaratively and have the framework fill in the rest.


You don't _need_ react-three-fiber to embed ThreeJS in React component either.

The point of react-three-fiber is that it allows you to use React's declarative rendering model to render your scene.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: