deno-jsx
deno-jsx copied to clipboard
Minimal JSX implementation to support Deno SSR
Results
1
deno-jsx issues
Sort by
recently updated
recently updated
newest added
I'm trying to add an inline script tag in my html. As strings inside tags are sanitized, I would like to add my script using DangerouslySetInnerHTML. However, it seems like...