membrane

https://github.com/phronmophobic/membrane
phronmophobic 2021-02-23T04:03:23.045200Z

At some point, the goal is to standardize across backends, but the design work for that hasn't been done yet.

phronmophobic 2021-02-23T04:09:48.048700Z

For getting started, most users want sane defaults with maybe one or two tweaks, but for complex applications, you really want access to the simpler pieces so you can build the event loop that best fits your application. Otherwise, you end up having to build your own event loop out on top of an existing one with a hodge podge of setTimeout, requestAnimationFrame, requestIdleCallback, timers, etc.

👍 1