Home

Awesome

css-suspense

loading css files, the suspense way.

(what is suspense?)

requirements

api

the api is a boring Stylesheet tag.

<Stylesheet href='/path/to/style.css'/>
{/* this content will not render to dom
  until the stylesheet finishes loading */}   
<span className='big'>what up what up</span>

todo