Skip to content

Back#36

Merged
dalirnet merged 3 commits intodevfrom
main
Feb 15, 2026
Merged

Back#36
dalirnet merged 3 commits intodevfrom
main

Conversation

@dalirnet
Copy link
Member

No description provided.

# Conflicts:
#	README.md
Remove the proxy layer from useStoreView, returning ComputedRef directly.
This simplifies the API, eliminates vue-tsc type resolution issues (#34),
and removes unnecessary boilerplate (#35).

- Remove UseStoreViewData, UseStoreViewProxy, UseStoreViewOptions types
- Remove toReactiveProxy utility and ReferenceProxy type
- Replace with single UseStoreView<T> type returning ComputedRef<T>
- Update playground, tests, e2e specs, and docs

Closes #34, closes #35
@dalirnet dalirnet merged commit 72b408a into dev Feb 15, 2026
3 checks passed
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.

1 participant