1. React
  2. React Amsterdam
  3. 2019
  4. Painting Pixels with WebGL with React Hooks

Painting Pixels with WebGL with React Hooks

Ashi Krishnan at React Amsterdam 2019

WebGL lets you unlock the power of your GPU. In principle, you can paint almost anything you can dream of. In practice, WebGL is hard, and though projects like three.js make it easier, there are still a lot of hurdles to integrating it into your site in a practical way. Let's explore how Hooks can make it easier to integrate powerful GPU-driven visuals into our React apps, giving us the best of both worlds: the power of WebGL with the ease and expressiveness of a React component tree.