I’m curious why client-side Single Page Application frameworks like React & Angular use HTML & CSS for rendering instead of using the Canvas or WebGL APIs. It’s always seemed like Canvas is underutilized. And it seems like React/Angular style frameworks want to do everything in Typescript anyway.Canvas - https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API
WebGL - https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API