lax.js
lax.js copied to clipboard
VueJS 3 Example
Hello everyone,
I'm in love with the Lax and it's capabilities. Unfortunately I can't get it working with Vue 3.
I've checked the React example provided, but in Vue we do not have useEffect.
Can anyone be kind enough to create a simple example for Vue 3 using Lax 2.
Thanks tons!
onMounted can be used for the same purpose as the useEffect. Here is a sandbox.