You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my experimental project ambtmx, I end up doing some rendering helper functions that might make things easier for other prople too. We could include some of them if you want. https://github.com/jrosell/ambhtmx/blob/main/R/rendering.R
The text was updated successfully, but these errors were encountered:
a most notable function in {ambhtmx} is render_html(): allows you to render without requiring an explicit html template.
we've been discussing this with @JohnCoene and we saw a need for such functionality in ambiorix. so we will definitely find a way to incorporate your findings.
main condition will be:
ensure correct placement of header tags (metatags, css, js). this will avoid issues like css being unintentionally included inline, causing "jumpy" behavior as it loads in the browser.
this will also ensure a smooth transition for those who are already familiar with {htmltools} ie. no overhead of having to learn about html templates when {htmltools} handles all the dynamic generation of html.
In my experimental project ambtmx, I end up doing some rendering helper functions that might make things easier for other prople too. We could include some of them if you want. https://github.com/jrosell/ambhtmx/blob/main/R/rendering.R
The text was updated successfully, but these errors were encountered: