Skip to content

0.2.0

Compare
Choose a tag to compare
@rauchg rauchg released this 19 Dec 18:13
· 330 commits to main since this release

Features

New APIs for server rendering styles that prevent duplication on the client when hydrating:

  • Adds styled-jsx/server
    • flush() (default) returns an array of React.Element for each <style>
    • flushToHTML returns an HTML string
  • Fixes #22, PR #46 [@rauchg]