Skip to content

2.0.0

Compare
Choose a tag to compare
@jorgebucaran jorgebucaran released this 02 Mar 19:35
a91b1cf
  • Rename h to createNode.
  • Store the DOM element the first time you use patch, so you don't have to.
  • Add server-side rendered (SSR) DOM recycling. The first time you patch a DOM element, we'll attempt to reuse the element and its children (instead of creating everything from scratch) enabling SEO optimization and improving your application time-to-interactive.