You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 andmemory
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.The text was updated successfully, but these errors were encountered: