Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Vue (composition api) #46

Open
wingleung opened this issue Jan 9, 2020 · 1 comment · May be fixed by #64
Open

Add support for Vue (composition api) #46

wingleung opened this issue Jan 9, 2020 · 1 comment · May be fixed by #64

Comments

@wingleung
Copy link
Contributor

Vue 3 will have an equivalent to react hooks called Composition API.

Given the fact that there are already some hooks that can be used in Vue 3 like the save data hook and memory hook. This project could facilitate both libraries, centralizing the communication with the native browser api as much as possible and providing an lightweight implementation api for both react and vue.

@logaretm
Copy link

logaretm commented Feb 8, 2020

There are a couple of solutions available at the moment:

https://github.com/jefrydco/vue-adaptive-components

and

https://github.com/logaretm/vue-adaptive-utils

Disclaimer: I'm the author of the latter.

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 a pull request may close this issue.

2 participants