You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/store.md
+2
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,8 @@ By using the [included helper](#mapchannel-topic-initialvalue) you can make your
62
62
63
63
## API
64
64
65
+
In addition to the APIs listed here, [`@podium/store` exports all APIs available in `nanostores`](https://github.com/nanostores/nanostores?tab=readme-ov-file#guide).
66
+
65
67
### `atom(channel, topic, initialValue)`
66
68
67
69
Create your own [`atom`](https://github.com/nanostores/nanostores?tab=readme-ov-file#atoms) that syncs between parts of a Podium application using the [MessageBus](https://github.com/podium-lib/browser).
0 commit comments