github solidjs/solid v0.14.0

latest releases: v1.8.16, v1.8.15, v1.8.14...
4 years ago

v0.14.0 brings changes to the render runtime and setState API

  • Adds diffing to batched computations to improve update performance
  • Supports support for mutable(TypeScript safe) setState API inspired by Immer. Function setters in Solid now pass a mutable version of state. Modifying will schedule updates. This form must not return a value. It can still be used immutably simply by returning the new value.
  • Changes how force and reconcile helpers work. They can now be used on nested paths.
  • Removes support for multi-path setState.

Don't miss a new solid release

NewReleases is sending notifications on new releases.