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
This enables frontend to use JSX to generate DOM nodes using the
`jsx-dom` module [1]. JSX is inherently safer than concatenating HTML
strings because it defaults to HTML escaping. Also it is easier to work
with and more powerful than template strings.
To demonstrate JSX usage, I've rewritten the context popup feature to
use it, no functional changes there.
[1]: https://github.com/proteriax/jsx-dom
0 commit comments