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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
FormidableLabs avatar

FormidableLabs/react-live

0
View on GitHub↗
4,609 stars·255 forks·TypeScript·MIT·12 viewscommerce.nearform.com/open-source/react-live↗

React Live

react-live is a suite of tools for in-browser React transpilation, live editing, and interactive documentation. It provides a React component for building live playgrounds where source code is transpiled and rendered in real time, accompanied by a live code editor that offers syntax highlighting and immediate visual feedback.

The project enables the creation of living documentation by embedding editable React code examples alongside their rendered output. It supports the execution of editable markup or functional components, allowing users to modify code and observe the resulting behavior instantly.

The system includes capabilities for dynamic component rendering, real-time code transpilation, and global dependency injection. It also features error handling mechanisms to detect and display compilation, syntax, and execution errors without crashing the application.

Features

  • Code Execution Playgrounds - Builds web-based environments combining a code editor with real-time React execution and visual feedback.
  • React Component Simulators - Provides a live browser environment that renders React components with automatic reloads for instant visual feedback.
  • Code Editors - Ships an embedded code editing interface with syntax highlighting for real-time modification of React components.
  • Real-Time Code Evaluation - Implements immediate evaluation of transpiled code fragments to provide instant visual feedback without a full page reload.
  • Code Editors - Ships a text editor with syntax highlighting and real-time execution for previewing React components.
  • JavaScript Transpilation - Provides a lightweight browser-based transpiler to convert JSX and modern JavaScript into executable code in real time.
  • Dynamic Runtime Evaluation - Implements a pipeline that evaluates raw text strings as executable JavaScript modules at runtime.
  • Component Documentation Sandboxes - Provides a framework for embedding editable, live code examples within component documentation.
  • React Transpilation - Converts React JSX and component source code into executable JavaScript directly within the browser.
  • Dynamic Component Rendering - Transpiles source code and renders components in real time using custom globals and type definitions.
  • Interactive Documentation Frameworks - Provides a framework for building technical documentation that integrates interactive, editable React code components.
  • Interactive Coding Tutorials - Enables the creation of interactive tutorials where learners modify React code and see instant visual results.
  • Syntax and Variable Error Detection - Detects invalid code during live editing and provides customizable error messages to guide the user.
  • Execution Context Injections - Allows injecting external libraries and variables into the transpiled code's execution context for dependency referencing.
  • Editor Scope Provisions - Provides a system for passing external variables or libraries into the editor scope for use within live code.
  • Error Boundaries - Ships a component that intercepts runtime and compilation errors to prevent the application from crashing during live editing.
  • Live Compilation Diagnostics - Detects syntax or runtime errors in provided code and displays descriptive messages to the user instantly.
  • React Component Sandboxes - Offers an isolated sandbox for rapidly iterating on React UI elements without a full build cycle.
  • Visual Feedback Systems - Provides a system for immediate visual feedback in a preview window as the user edits the source code.
  • Execution Error Captures - Captures and renders errors encountered during the transpilation or execution of live code.

Star history

Star history chart for formidablelabs/react-liveStar history chart for formidablelabs/react-live

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does formidablelabs/react-live do?

react-live is a suite of tools for in-browser React transpilation, live editing, and interactive documentation. It provides a React component for building live playgrounds where source code is transpiled and rendered in real time, accompanied by a live code editor that offers syntax highlighting and immediate visual feedback.

What are the main features of formidablelabs/react-live?

The main features of formidablelabs/react-live are: Code Execution Playgrounds, React Component Simulators, Code Editors, Real-Time Code Evaluation, JavaScript Transpilation, Dynamic Runtime Evaluation, Component Documentation Sandboxes, React Transpilation.

What are some open-source alternatives to formidablelabs/react-live?

Open-source alternatives to formidablelabs/react-live include: tyroprogrammer/learn-react-app — This project is an interactive learning platform designed for mastering component-based user interface patterns and… zerobias/effector — Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven… swc-project/swc — This project is a high-performance compiler written in Rust that transpiles TypeScript and ECMAScript into compatible… dotnet/csharp-notebooks — This project provides an interactive notebook environment designed for executing C# code alongside instructional text.… facebook/react — React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional… seek-oss/playroom — Playroom is a frontend design system tool and JSX component sandbox. It functions as a UI component workbench and…

Open-source alternatives to React Live

Similar open-source projects, ranked by how many features they share with React Live.
  • tyroprogrammer/learn-react-apptyroprogrammer avatar

    tyroprogrammer/learn-react-app

    3,847View on GitHub↗

    This project is an interactive learning platform designed for mastering component-based user interface patterns and state management using the React library. It functions as a frontend development tutorial and course, providing a guided environment for learning declarative rendering and virtual DOM concepts. The platform distinguishes itself through a live-reload coding environment and a split-view interface for real-time code validation. These tools allow learners to compare their live code output against target solutions and use guided source-code markers to identify required edits and crit

    JavaScriptexerciseguided-exercisesjavascript
    View on GitHub↗3,847
  • zerobias/effectorzerobias avatar

    zerobias/effector

    4,837View on GitHub↗

    Effector is a reactive state management library and data flow orchestrator designed for building complex, event-driven applications. It models application logic as a directed acyclic graph, where state updates and asynchronous side effects propagate automatically through declarative pipelines. By decoupling business logic from user interface layers, it allows developers to maintain state in independent containers that communicate via standard interfaces, ensuring the system remains framework-agnostic. The library distinguishes itself through its robust support for isolated execution scopes, w

    TypeScript
    View on GitHub↗4,837
  • swc-project/swcswc-project avatar

    swc-project/swc

    33,909View on GitHub↗

    This project is a high-performance compiler written in Rust that transpiles TypeScript and ECMAScript into compatible JavaScript code. It functions as a TypeScript transpiler, a JavaScript minifier, and a JavaScript bundler. The system distinguishes itself through a WebAssembly plugin host that allows the execution of custom transformation rules without modifying the core binary. It also provides specialized compilation for React source code to improve runtime performance and reduce execution overhead. The broader capability surface includes source-to-source compilation, type annotation stri

    Rustbabelcompilerecmascript
    View on GitHub↗33,909
  • dotnet/csharp-notebooksdotnet avatar

    dotnet/csharp-notebooks

    1,243View on GitHub↗

    This project provides an interactive notebook environment designed for executing C# code alongside instructional text. It functions as a platform for data science and programming education, allowing users to manipulate tabular data, visualize statistical results, and prototype machine learning workflows within a unified document format. The environment utilizes a kernel-based execution model that maintains persistent state and variable scope across notebook cells. By leveraging a language-agnostic protocol and standardized messaging, it synchronizes code execution between the editor and the b

    Jupyter Notebook
    View on GitHub↗1,243
  • See all 30 alternatives to React Live→