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

Implement lazy DOM setup #45

Closed
yiliansource opened this issue Apr 27, 2021 · 0 comments
Closed

Implement lazy DOM setup #45

yiliansource opened this issue Apr 27, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request.
Milestone

Comments

@yiliansource
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently it is not possible to import the library into SSR applications, since the setup immediately takes place when imported.

Describe the solution you'd like
A lazy setup instead of an immediate one, similar to how the DOM containers in the library behave. The effects aren't really renderable via SSR, but as long as no methods are called at server rendering time, it can still be imported and used in client side code.

@yiliansource yiliansource added the enhancement New feature or request. label Apr 27, 2021
@yiliansource yiliansource added this to the v2 milestone Apr 27, 2021
@yiliansource yiliansource self-assigned this Apr 27, 2021
yiliansource added a commit that referenced this issue Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request.
Projects
None yet
Development

No branches or pull requests

1 participant