If you’ve used GraphQL, you’ve probably worked with Apollo or Relay. We all love how they handle automatic data updates after mutations.
However, when it comes to array operations (like adding or removing items), you often still need manual updates or refetches.
Normy takes this idea further — it brings normalization to any API, not just GraphQL, and comes with built-in array operations (append, insert, remove, etc.). You can even define custom operations, so your data layer stays fully reactive without writing update logic by hand.
In short: no more manual data updates, no matter what API or backend you use.
Docs and examples are in the README: https://github.com/klis87/normy