You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace patch with new render function and a simpler signature. Support for patching a specific element directly and SSR recycling has been removed. 100% client-side apps. The render function is essentially an overly simplified ReactDOM.render, without component lifecycle.
Remove built-in JSX functional component support.
Fix unexpected reordering after keyed removal (#68).
Don't double up event listeners when reusing elements.