You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To find the tips for integrating WebGL in a SPA site.
👑Goals 👑
A React app with WebGL
WebGL part of the app is in sync with the React lifecycle without an imperative draw call.
WebGL part is easy to modify and has tests.
📓Steps to Learn 📓
Familiarize yourself with WebGL. Look through the examples, maybe write a hello-world app, like rendering a simple square box or something, without using any library.
i.e. get to know the pain
Rewrite the hello-world app in a declarative way with something like react-three or etc..
A simple rendering test would be nice to have. Maybe a snapshot test with Enzyme, React Test Renderer.
Also, props validation will be nice to have. Either by type checks or validation libraries.
The text was updated successfully, but these errors were encountered:
👁Purpose 👁
To find the tips for integrating WebGL in a SPA site.
👑Goals 👑
📓Steps to Learn 📓
i.e. get to know the pain
The text was updated successfully, but these errors were encountered: