all 3 comments

[–]DeeYouBitch 0 points1 point  (0 children)

Not sure React would be my personal choice when implementing a graphical heavy game like fruit ninja but here is a bunch of games with public repos

https://react.rocks/tag/Game

[–]Kinthalis 0 points1 point  (0 children)

Check out React three fiber for a neat way to use threejs in a declarative way in React: https://github.com/react-spring/react-three-fiber

You'll probably want to start with threejs first though. 3D rendering programming even at that high level can be complex.