Kristopher  Baumgartner

Kristopher Baumgartner

React Three Fiber maintainer and web game dev enthusiast, creating open source web game technologies for everyone.
React at 120FPS: When to Loop
React Summit US 2025React Summit US 2025
Upcoming
React at 120FPS: When to Loop
How do you make a React app update at 120fps? Many of our React apps are happily event driven but sometimes we need to break into real-time, whether it is for a particle effect, animation, 3D hero or even a game. Time for the forbidden loop. Together we will (briefly) look at when and how to loop state updates in React.
How to Make a Game With React
React Summit US 2024React Summit US 2024
22 min
How to Make a Game With React
We make websites with React. We make apps with React. But how do we make games with React? In this presentation I will build up show you how to build up a React game engine tecstack using Poimandres libraries, explain the core concepts and, yes, even build a game.