Quartz 5

Home

❯

Org-roam

❯

react-jsx

react-jsx

Nov 30, 20201 min read

Description

Support production compiles1 for React 17’s react-jsx and jsxs react factory function factory functions.

Example

// ./src/tsconfig.json
{
    "compilerOptions": {
        "module": "esnext",
        "target": "es2015",
        "jsx": "react-jsx",
        "strict": true
    },
    "include": [
        "./**/*"
    ]
}

Footnotes

Footnotes

  1. https://github.com/microsoft/TypeScript/pull/39199 ↩


Graph View

  • Description
  • Example
  • Footnotes

Backlinks

  • TypeScript 4.1
  • TypeScript jsx flag
  • react-jsx
  • react-jsxdev

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community