awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
FormidableLabs avatar

FormidableLabs/react-live

0
View on GitHub↗
4,609 स्टार्स·255 फोर्क्स·TypeScript·MIT·2 व्यूज़commerce.nearform.com/open-source/react-live↗

React Live

react-live एक इन-ब्राउज़र React ट्रांसपाइलेशन, लाइव एडिटिंग और इंटरैक्टिव डॉक्यूमेंटेशन टूल है। यह लाइव प्लेग्राउंड बनाने के लिए एक React कंपोनेंट प्रदान करता है जहाँ सोर्स कोड को रियल-टाइम में ट्रांसपाइल और रेंडर किया जाता है। इसमें एक लाइव कोड एडिटर भी शामिल है जो सिंटैक्स हाइलाइटिंग और तुरंत विज़ुअल फीडबैक देता है। यह प्रोजेक्ट एडिट करने योग्य React कोड उदाहरणों को उनके रेंडर किए गए आउटपुट के साथ एम्बेड करके 'लिविंग डॉक्यूमेंटेशन' बनाने में सक्षम बनाता है। यह एडिट करने योग्य मार्कअप या फंक्शनल कंपोनेंट्स के निष्पादन (execution) का समर्थन करता है, जिससे यूज़र कोड में बदलाव करके तुरंत परिणाम देख सकते हैं। सिस्टम में डायनामिक कंपोनेंट रेंडरिंग, रियल-टाइम कोड ट्रांसपाइलेशन और ग्लोबल डिपेंडेंसी इंजेक्शन की क्षमताएं हैं। इसमें कंपाइलेशन, सिंटैक्स और निष्पादन संबंधी त्रुटियों को बिना एप्लिकेशन क्रैश किए पहचानने और प्रदर्शित करने के लिए एरर हैंडलिंग भी शामिल है।

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.

स्टार हिस्ट्री

formidablelabs/react-live के लिए स्टार हिस्ट्री चार्टformidablelabs/react-live के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

React Live के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो React Live के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • tyroprogrammer/learn-react-apptyroprogrammer का अवतार

    tyroprogrammer/learn-react-app

    3,847GitHub पर देखें↗

    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
    GitHub पर देखें↗3,847
  • zerobias/effectorzerobias का अवतार

    zerobias/effector

    4,837GitHub पर देखें↗

    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
    GitHub पर देखें↗4,837
  • swc-project/swcswc-project का अवतार

    swc-project/swc

    33,909GitHub पर देखें↗

    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
    GitHub पर देखें↗33,909
  • dotnet/csharp-notebooksdotnet का अवतार

    dotnet/csharp-notebooks

    1,243GitHub पर देखें↗

    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
    GitHub पर देखें↗1,243
React Live के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

formidablelabs/react-live क्या करता है?

react-live एक इन-ब्राउज़र React ट्रांसपाइलेशन, लाइव एडिटिंग और इंटरैक्टिव डॉक्यूमेंटेशन टूल है। यह लाइव प्लेग्राउंड बनाने के लिए एक React कंपोनेंट प्रदान करता है जहाँ सोर्स कोड को रियल-टाइम में ट्रांसपाइल और रेंडर किया जाता है। इसमें एक लाइव कोड एडिटर भी शामिल है जो सिंटैक्स हाइलाइटिंग और तुरंत विज़ुअल फीडबैक देता है। यह प्रोजेक्ट एडिट करने योग्य React कोड उदाहरणों को उनके रेंडर किए गए आउटपुट के साथ एम्बेड करके 'लिविंग डॉक्यूमेंटेशन' बनाने में सक्षम बनाता है। यह एडिट करने…

formidablelabs/react-live की मुख्य विशेषताएं क्या हैं?

formidablelabs/react-live की मुख्य विशेषताएं हैं: Code Execution Playgrounds, React Component Simulators, Code Editors, Real-Time Code Evaluation, JavaScript Transpilation, Dynamic Runtime Evaluation, Component Documentation Sandboxes, React Transpilation।

formidablelabs/react-live के कुछ ओपन-सोर्स विकल्प क्या हैं?

formidablelabs/react-live के ओपन-सोर्स विकल्पों में शामिल हैं: 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…