Choose by goal
Suggested progression
- Choose language/runtime (
TypeScript,React,Preact,Vue, orSvelte). - Choose styling model (
CSS Modules,Sass, orLess). - Add build/runtime constraints (
Node APIs,WebAssembly) only when needed.
vue/jsx-runtime), and Solid (through a shipped adapter over solid-js/h, so no Babel preset is needed). Svelte components are not JSX and keep compiling through svelte-loader. The parser follows the file extension: .tsx and .jsx files parse JSX, and a .ts file never does.
Next steps
- Add ecosystem tooling in Integrations.
- Keep command usage clear in Commands reference.

