feat: introduce more frameworks hooks for other non-react adapters#308
feat: introduce more frameworks hooks for other non-react adapters#308KevinVandy wants to merge 3 commits intoactionsfrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
View your CI Pipeline Execution ↗ for commit f4d675b
☁️ Nx Cloud last updated this comment at |
🚀 Changeset Version Preview7 package(s) bumped directly, 0 bumped as dependents. 🟨 Minor bumps
|
@tanstack/angular-store
@tanstack/preact-store
@tanstack/react-store
@tanstack/solid-store
@tanstack/store
@tanstack/svelte-store
@tanstack/vue-store
commit: |
🎯 Changes
Added the new adapter hook APIs across the framework packages:
createStoreContextuseSelectoruseValueuseSetValueuseAtomuseCreateAtomuseCreateStoreuseStoreActionsshallowuseStorealiascreateStoreContextuseSelectoruseValueuseSetValueuseAtomuseCreateAtomuseCreateStoreuseStoreActionsshallowuseStorealiasuseSelectoruseValueuseSetValueuseAtomuseStoreActionsshallowuseStorealiasuseSelectoruseValueuseSetValueuseAtomuseStoreActionsshallowuseStorealiasuseSelectoruseValueuseSetValueuseAtomuseStoreActionsshallowuseStorealiasinjectSelectorinjectValueinjectSetValueinjectAtominjectStoreActionsshallowinjectStorealiasStandardized the adapter APIs around the same read/write/action model:
Preserved backward compatibility by keeping the old selector APIs as deprecated aliases while pointing docs and examples at the new hooks.
✅ Checklist
pnpm test:pr.🚀 Release Impact