Skip to content

feat(store): react bindings#288

Merged
mihar-22 merged 5 commits intomainfrom
feat/store-react-bindings
Jan 5, 2026
Merged

feat(store): react bindings#288
mihar-22 merged 5 commits intomainfrom
feat/store-react-bindings

Conversation

@mihar-22
Copy link
Copy Markdown
Member

@mihar-22 mihar-22 commented Jan 5, 2026

Closes #229

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
vjs-10-demo-html Ready Ready Preview, Comment Jan 5, 2026 7:06am
vjs-10-demo-next Ready Ready Preview, Comment Jan 5, 2026 7:06am
vjs-10-demo-react Ready Ready Preview, Comment Jan 5, 2026 7:06am
vjs-10-website Ready Ready Preview, Comment Jan 5, 2026 7:06am

@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-react January 5, 2026 06:23 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-next January 5, 2026 06:23 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-website January 5, 2026 06:24 Inactive
- Move types from types.ts into create-store.tsx
- Remove unnecessary type casts in hooks.ts
- Fix AnyStore type definition to use AnySlice
- Add file organization rule to CLAUDE.md
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-html January 5, 2026 06:48 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-react January 5, 2026 06:48 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-website January 5, 2026 06:48 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-next January 5, 2026 06:49 Inactive
Replace verbose InferSliceTarget<Slices[number]> with UnionSliceTarget<Slices>
for consistency with other Union* types.
@vercel vercel bot temporarily deployed to Preview – vjs-10-website January 5, 2026 06:58 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-html January 5, 2026 06:58 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-react January 5, 2026 06:58 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-next January 5, 2026 06:58 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-website January 5, 2026 07:00 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-html January 5, 2026 07:00 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-react January 5, 2026 07:00 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-next January 5, 2026 07:00 Inactive
- Mark Phase 1 as done with PR #288 reference
- Fix merge conflict marker in Key Decisions table
- Update Implementation Order and PR Strategy sections
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-html January 5, 2026 07:06 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-react January 5, 2026 07:06 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-website January 5, 2026 07:06 Inactive
@vercel vercel bot temporarily deployed to Preview – vjs-10-demo-next January 5, 2026 07:06 Inactive
@mihar-22 mihar-22 merged commit 1735787 into main Jan 5, 2026
7 checks passed
@mihar-22 mihar-22 deleted the feat/store-react-bindings branch January 5, 2026 07:09
@mihar-22 mihar-22 mentioned this pull request Jan 6, 2026
6 tasks
@github-actions github-actions bot mentioned this pull request Feb 26, 2026
@github-actions github-actions bot mentioned this pull request Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Store: React Bindings

1 participant