👩💻 Join our community of thousands of amazing developers!
So you want to write some 3D graphics/animations in your React apps using three.js? Let’s see how we can do just that, leveraging the react-three-fiber library. This article supposes you are familiar with React (with hooks) and three.js. If not, you can get a quick start on React hooks here and on three.js here. Getting started & Examples We’re going to use react-three-fiber, (for now-on called R3F), which is essentially a powerful React renderer for three.js, both for the web and with React Na...