solidjs/solid-docs

[Request]: document watching a whole store/mutable

Open

#1,055 opened on Feb 2, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)MDX (363 forks)github user discovery
help wantedsolid

Repository metrics

Stars
 (289 stars)
PR merge metrics
 (PR metrics pending)

Description

What is this request related to?

Request

📋 Suggested

Need some docs on how to watch a whole store (all keys).

📋 General description or bullet points

It's not obvious how to do this. See this Google search result example:

The first result links to the Stores page where it could be documented:

https://docs.solidjs.com/concepts/stores

A better API would be nice, one that is an officially documented function:

🖥️ Reproduction of code samples in StackBlitz

No response

Contributor guide