Qs-F / exp-compile-time-css-in-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experimental CSS in JS at compile time

Using macro concept by Parcel

Why

Compile time computation is a advanced stage of two-stage programming, with regard to multi-stage programming (or partial evaluation). We can estimate Next.js SSG, SSR, React's RSC, and CSS in JS are all the same thing in terms of optimization. Thus what exactly we need here is only multi-stage programming concept for JS. It enables us to use the concept of delimited continuations, a.k.a. suspend / resume.

Thanks

https://twitter.com/devongovett/status/1752928009198158191

About


Languages

Language:TypeScript 70.2%Language:JavaScript 16.2%Language:HTML 13.6%