docs: add atom guide#317
Conversation
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds comprehensive documentation for TanStack Store's atoms API as low-level reactive primitives, covering writable atoms, derived atoms, async atoms, and comparisons with stores. Navigation configuration is updated to include the new atoms documentation page in the Getting Started section. ChangesAtoms Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Adds a dedicated Atoms guide to cover the missing atom documentation requested in #316.
The new page explains:
Store;Also adds the page to the Getting Started navigation.
Tests
pnpm exec prettier --check docs/atoms.md docs/config.jsonnode --experimental-strip-types scripts/verify-links.tsgit diff --checkNote:
pnpm run test:docscurrently runsnode scripts/verify-links.ts, which fails on this local Node 22 setup because the script is a.tsfile without a loader. I ran the same link checker with Node's--experimental-strip-typesflag instead.Closes #316.
Summary by CodeRabbit