Skip to content

Commit

Permalink
Revert "chore: temporarily remove stash changeset to unblock next min…
Browse files Browse the repository at this point in the history
…or release (#3107)"

This reverts commit 2c6bb75.
  • Loading branch information
alvrs committed Sep 5, 2024
1 parent df35cd2 commit 5a78e69
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/chatty-pigs-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@latticexyz/stash": patch
---

Adds `@latticexyz/stash`, a TypeScript client state library optimized for the MUD Store data model.
It uses the MUD store config to define local tables, which support writing, reading and subscribing to table updates.
It comes with a query engine optimized for "ECS-style" queries (similar to `@latticexyz/recs`) but with native support for composite keys.

You can find usage examples in the [`@latticexyz/stash` README.md](https://github.com/latticexyz/mud/blob/main/packages/stash/README.md).

0 comments on commit 5a78e69

Please sign in to comment.