Skip to content

v0.15.0

Compare
Choose a tag to compare
@ryansolid ryansolid released this 12 Jan 06:18
2bb63f8

A lot of updates and tweaks since the last minor version:

  • Update SSR:
    • use async capable renderToString method
    • Provides a generator for script for event capture for progressive hydration
  • Update hydration:
    • Support multiple contexts (partial hydration)
    • Event capture and replay (progressive hydration)
  • Support for ternaries and binary operators in JSX templates
  • Better classList binding performance
  • Better handling of children in spreads
  • Pass props to render function in class components