Pick a theme:

Articles tagged “jsx”

  • JSX under the hood

    JSX is quite popular. It gained popularity even beyond React, despite not being part of the JavaScript specification. So that made me write an article about how JSX works.

  • Custom JSX in TypeScript

    JSX can be used without React, here's how it can be used with the DOM API and TypeScript's built-in JSX transform feature