Hacker News new | ask | show | jobs
by muratsu 922 days ago
thanks for pointing this out. I hope they extend their `thinking in stylex` page with this info.
2 comments

They do, albeit it's a bit confusing

https://stylexjs.com/docs/learn/thinking-in-stylex/

> There is no runtime overhead here

Specifically

> No runtime style injection.

There's still a runtime though

> Optimized runtime for merging class names.

They explain the 0-runtime pretty thoroughly.