We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
is there something similar to React fragments (https://beta.reactjs.org/reference/react/Fragment)?
Kind regards Moritz
The text was updated successfully, but these errors were encountered:
Specifically something that you can directly pass to renderInto
renderInto
Sorry, something went wrong.
Thanks for bringing this up!
You can group modifiers together with VModifier(modifier1, modifier2), which will return a modifier but not a node.
VModifier(modifier1, modifier2)
For passing a group of modifiers to the render methods, your only option right now would be to use Outwatch.renderReplace.
Outwatch.renderReplace
We could look into supporting fragments which are now part of snabbdom. I have not looked into it yet.
Does that help?
No branches or pull requests
Hi,
is there something similar to React fragments (https://beta.reactjs.org/reference/react/Fragment)?
Kind regards
Moritz
The text was updated successfully, but these errors were encountered: