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

Plugin Service Registration Considerations for App Render Modes #201

Open
ElliottBrand opened this issue Dec 30, 2024 · 0 comments
Open

Comments

@ElliottBrand
Copy link

Plugin developers may need to define how their plugin should be registered in the different render modes. For example, if the plugin is intended to be used in the client UI for each site user, it may need to be a Scoped if the current render mode is Server or Singleton if the current render mode is WebAssembly (since Auto mode would switch on the fly). In other situations, the plugin may need to be Scoped, Singleton, or Transient always (maybe it's a plugin that offers server-side functionality for the admin area).

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

No branches or pull requests

1 participant