Rendering style tags in React over and over is pretty silly and a little jarring the way I'm doing it, particularly when external resources like fonts load, so I'd like to just skip on back to raw CSS and get a little closer to the wire for easier caching, etc.
Rendering
style
tags in React over and over is pretty silly and a little jarring the way I'm doing it, particularly when external resources like fonts load, so I'd like to just skip on back to raw CSS and get a little closer to the wire for easier caching, etc.