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/tutorialkit.dev/src/content/docs/reference/tutorialkit-api.mdx
+90-2Lines changed: 90 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,14 @@ You can access Tutorial Store by importing the `tutorialkit:store` entrypoint.
13
13
importtutorialStorefrom"tutorialkit:store";
14
14
```
15
15
16
+
:::note
17
+
Using `tutorialkit:store` is **experimental** at the moment.
18
+
This module may introduce breaking changes in patch and minor version updates. Pay extra attention when updating the versions.
19
+
20
+
You can help us stabilize the API by providing feedback at [Stabilizing `tutorialkit:store` API | Github Discussions](https://github.com/stackblitz/tutorialkit/discussions).
21
+
Please let us know how you are using this API.
22
+
:::
23
+
16
24
### Common types
17
25
18
26
-`ReadableAtom` from [`nanostores`](https://www.npmjs.com/package/nanostores)
0 commit comments