Khan / aphrodite

Framework-agnostic CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation
5.34k stars 188 forks source link

Remove buffering of styles? #372

Open lencioni opened 5 years ago

lencioni commented 5 years ago

I think insertRule might give us good performance so that we could remove style buffering. This would reduce complexity and make the abstraction less leaky.

Profiling should be done before shipping this.