github pmndrs/valtio v1.1.0

latest releases: v2.0.0-alpha.1, v1.12.1, v2.0.0-alpha.0...
2 years ago

This version adds a new feature in subscribe. The subscribe callback receives the changes made. This is for expert users who know how valtio behaves internally. There's no docs for the feature (TS types might help).

It has a new util proxyWithHistory based on the new feature. This is for ordinary users.

We encourage 3rd-party library authors to develop some utils based on this new feature.

  • #177 feat: subscribe ops
  • #181 feat: proxyWithHistory

Don't miss a new valtio release

NewReleases is sending notifications on new releases.