Docs: Quick start and useStore API reference page for react are broken
Describe the bug
- Quick start page for react is not opening, the page is stuck on displaying infinite spinning loader.
- Codesandbox link for react example of useStore is not found.
Your Example Website or App
https://tanstack.com/store/latest/docs/framework/react/reference/useStore
Steps to Reproduce the Bug or Issue
Refer the image for both the problems. I have first opened the useStore react example and then clicked on Quick start for react. You can see both not found error and infinite spinning loader in the image.
Expected behavior
- When clicked on quick start for react, the page display documentation on how to use TanStack Store in react instead of infinite spinning loader.
- Codesandbox example should display Tanstack Store usage in react instead of 404 error.
Screenshots or Videos
Platform
- OS: Windows
- Browser: Chrome
- Version: 120.0.6099.72 (Official Build) (64-bit)
Additional context
No response
This is my bad. This was my first TanStack project I launched and I didn't have any examples in the repo to support this. I'll add some examples early next year
Until this is resolved it looks like https://github.com/TanStack/store/blob/main/docs/framework/react/quick-start.md is the correct file.
Thank you @ImLunaHey
Until this is resolved it looks like https://github.com/TanStack/store/blob/main/docs/framework/react/quick-start.md is the correct file.
Hello, @sadik-malik . Has the issue of not adding examples been resolved yet? I can't find examples in the docs and codebox. I'm curious and looking forward to seeing what tanstack/store does :)
https://tanstack.com/store/latest/docs/framework/react/examples/simple
https://github.com/TanStack/store/assets/80191860/33a9a4dc-f31d-4c99-8743-2ac3bc7b4687
@yoosion030 the issue is not fixed. You can refer to the quick start guide.
https://github.com/TanStack/store/blob/main/docs/framework/react/quick-start.md
This is now fixed alongside a few improvements, namely:
- Reference docs are auto-generated from the code (so they cannot get outdated)
- Examples in all supported frameworks are now live