awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesJSX Transpilation Configurations

Settings and utilities for defining how JSX syntax is converted into JavaScript code.

Distinguishing note: Focuses on the configuration of pragma and fragment functions rather than the transpilation engine itself.

Explore 3 awesome GitHub repositories matching web development · JSX Transpilation Configurations. Refine with filters or upvote what's useful.

Awesome JSX Transpilation Configurations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • preactjs/preactAvatar de preactjs

    preactjs/preact

    38,701Ver en GitHub↗

    Preact is a lightweight declarative user interface library designed for building high-performance web applications. It utilizes a component-based architecture where interfaces are defined as functional or class-based units, relying on a virtual DOM to perform efficient state reconciliation and updates. By prioritizing a minimal footprint, the library enables developers to create modular, predictable, and testable user interfaces while maintaining compatibility with standard browser APIs. The library distinguishes itself through a reactive state engine that leverages signals to track dependenc

    Configures the compiler to transform markup into JavaScript using factory functions or automatic transforms.

    JavaScriptcomponentsdomjsx
    Ver en GitHub↗38,701
  • mdx-js/mdxAvatar de mdx-js

    mdx-js/mdx

    19,270Ver en GitHub↗

    This project is a document transformation pipeline that compiles Markdown files into executable JavaScript components. By integrating JSX directly into standard text documents, it enables the creation of interactive content that functions as a component-based engine for modern frontend applications. The system distinguishes itself through a unified, plugin-driven architecture that processes content by converting it into an abstract syntax tree. This allows for deep customization of the compilation logic, enabling developers to map standard Markdown elements to custom interface components, inj

    Configures the runtime environment for JSX transpilation to ensure compatibility with various frontend frameworks.

    JavaScriptjsxmarkdownmdx
    Ver en GitHub↗19,270
  • insin/nwbAvatar de insin

    insin/nwb

    5,542Ver en GitHub↗

    nwb is a zero-configuration build toolchain, module bundler, and development server for JavaScript and JSX applications and libraries. It functions as a build system that automatically derives compiler and bundler settings from a project's installed dependencies to remove manual setup. The tool is distinguished by its ability to act as a library compiler, generating multiple distribution formats such as ESM and CJS from a single source for package manager compatibility. It also includes a dedicated headless browser test runner that executes unit tests with integrated watch mode and code cover

    Provides settings for defining how JSX syntax is converted into JavaScript, including support for the automatic transform.

    JavaScript
    Ver en GitHub↗5,542
  1. Home
  2. Web Development
  3. JSX Transpilation Configurations