A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://effector.dev/en/api/effector-vue/EffectorScopePlugin below:

Website Navigation


EffectorScopePlugin | effector

The Plugin provides a general scope which needs for read and update effector’s stores, call effector’s events. Required for SSR.

Plugins EffectorScopePlugin({ scope, scopeName }) Arguments
  1. scope Scope
  2. scopeName? custom scopeName (default: root)
Examples Basic Usage

import { createSSRApp } from "vue";

import { EffectorScopePlugin } from "effector-vue";

import { fork } from "effector";

const app = createSSRApp(AppComponent);

const scope = fork();

app.use(

EffectorScopePlugin({

scope,

scopeName: "app-scope-name",

}),

);

More

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4