Exploring Deeper Integrations with Vue and Type Safety
Anyone trying deeper integrations into Vue?
Im at:
https://github.com/effect-ts-app/boilerplate/pull/28/files
The explicit support I do via standard vue extension (
implicit support via a vue compiler patch right now for experimentations.
Until now we've been "terminating" effects in the vue setup cycle instead,
basically:
(via some helpers)
but then you loose composition, apart from some Promise stuff
Im at:
https://github.com/effect-ts-app/boilerplate/pull/28/files
The explicit support I do via standard vue extension (
globalProperties and augmenting ComponentCustomProperties),implicit support via a vue compiler patch right now for experimentations.
Until now we've been "terminating" effects in the vue setup cycle instead,
basically:
(via some helpers)
but then you loose composition, apart from some Promise stuff
