effector-vue 21.1.0You can now use effector with
Vue 3 🎉
Hooks APIHooks API• useStoreuseStoreuseStore — for render data (can’t mutate in vue components, only via effector events)
• useVModeluseVModeluseVModel — for render data and also provide functionality mutating via
v-modelGate APIGate API• createGatecreateGatecreateGate — Gate is a hook for conditional rendering, based on current value (or values) in props. An example of a problem that Gate can solve - you can put together all required data, when component was mounted.
• useGateuseGateuseGate — hook which pass data to
GateComponent when component mounted and unmounted