2.0.0
- Rename
h
tocreateNode
. - 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.