Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~129 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

2 Posted Topics

Member Avatar for whitmanmark

I’ve been shifting a project from Vue 2 (Options API) to Vue 3 with the Composition API, but I’m running into issues managing shared state across nested child components. Using provide/inject feels hacky and Vuex seems too heavy for small data pieces. What’s the best practice for maintaining reactivity without …

Member Avatar for WendyDolan
1
79
Member Avatar for whitmanmark

I’m working on a mid-sized TypeScript project and running into a weird issue with type narrowing. Inside a callback function (specifically inside a .map()), TypeScript refuses to narrow a union type even though I’ve added all the checks. Outside the callback it works fine. Is this a known limitation, or …

Member Avatar for WendyDolan
1
47

The End.