diff --git a/docs/_sidebar.md b/docs/_sidebar.md index ef3b68d..f53083d 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -25,6 +25,10 @@ - [Actions](/testing/actions.md) +- **Resources** + + - [External Tutorials](/resources/tutorials.md) + - **APIs** - [Actions](/api/actions.md) diff --git a/docs/resources/tutorials.md b/docs/resources/tutorials.md new file mode 100644 index 0000000..94e8410 --- /dev/null +++ b/docs/resources/tutorials.md @@ -0,0 +1,7 @@ +## External Tutorials + +Here you can find some tutorials created by the community: + +- SideGuide has created an interactive tutorial for learning the basics of react-sweet-state. +Learn how to create a counter app using stores with live editable code samples. Check it out here: +[https://app.sideguide.dev/react-sweet-state/tutorial](https://app.sideguide.dev/react-sweet-state/tutorial)