awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

1 repositorio

Awesome GitHub RepositoriesReact

Syntax highlighting of code blocks specifically within React applications using component-based rendering.

Distinct from Code Highlighting: Distinct from Code Highlighting: focuses on React-based rendering, not terminal output.

Explore 1 awesome GitHub repository matching user interface & experience · React. Refine with filters or upvote what's useful.

Awesome React GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • react-syntax-highlighter/react-syntax-highlighterAvatar de react-syntax-highlighter

    react-syntax-highlighter/react-syntax-highlighter

    4,638Ver en GitHub↗

    react-syntax-highlighter is a React component that renders source code with language-specific syntax coloring. It wraps the Prism and Highlight.js syntax highlighting libraries, tokenizing source code using their language grammars and mapping each token to a styled React element. The component operates in two styling modes: inline style objects applied directly to each token, or CSS class names that can be themed via external stylesheets. This dual-mode approach makes the highlighter portable across environments where CSS class injection may or may not be available. The component is built aro

    Parses source code into tokens and colors each token with language-specific styles in React.

    JavaScript
    Ver en GitHub↗4,638
  1. Home
  2. User Interface & Experience
  3. Styling and Theming Systems
  4. Content Styling
  5. Styling & Markup
  6. Code Highlighting
  7. React