Remix.run Logo
lwansbrough 5 hours ago

I definitely sympathize with the feelings about the Composition API. Though I’ve moved past it because looking at React’s visible complexity (useMemo, useEffect - which apparently have changed names again since I last looked) - Vue has clearly chosen a superior API design.

stefanfisk 5 hours ago | parent [-]

Unless I’m completely missing something, those hooks still have the same names and semantics as always?

lwansbrough 5 hours ago | parent [-]

Yeah you’re actually right I was looking at the API section instead of the Hooks section. Perhaps another demonstration of React’s verbose API surface.