Skip to content

Commit

Permalink
docs: Fix challenge failure caused by case errors in client-side.mdx (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirror-Tang authored Sep 9, 2023
1 parent 17d4337 commit ec25aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/client-side.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ There also exists tooling for [Unity](https://github.com/emergenceland/unimud) f

## Representing state in the browser

Currently the way to query the [Store](/Store) and react to changes is `recs`.
This package is designed to represent and query ECS data from a [`Store`](/Store).
Currently the way to query the [Store](/store) and react to changes is `recs`.
This package is designed to represent and query ECS data from a [`Store`](/store).
If your MUD tables are set up with a single `bytes32` key (see the [ECS modelling guide](/ecs)), and you plan to represent an entity and its associated components as the same `bytes32` key on multiple tables, then `recs` will let you query your data in a natural way.

To read data and react to changes with `recs`, there exists two APIs:
Expand Down

0 comments on commit ec25aeb

Please sign in to comment.