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
Drawing inspiration from https://github.com/jensljungblad/components#rendering-components-without-a-partial we could have a render method in our component module, that would return the HTML code for the component.
render
It would be a nice performance improvement for very simple modules (icons, buttons...)
The text was updated successfully, but these errors were encountered:
This is also the approach taken by mountain view, which you may already know as I saw a issue from you a couple of years ago 😄
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Drawing inspiration from https://github.com/jensljungblad/components#rendering-components-without-a-partial we could have a
render
method in our component module, that would return the HTML code for the component.It would be a nice performance improvement for very simple modules (icons, buttons...)
The text was updated successfully, but these errors were encountered: