awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gaearon avatar

gaearon/react-hot-boilerplate

0
View on GitHub↗
3,892 星标·859 分支·JavaScript·MIT·10 次浏览

React Hot Boilerplate

这是一个实时编辑开发环境和 React 组件样板。它作为一个项目启动器和模板,旨在实现无需刷新页面即可在浏览器中更新 React 组件。

该环境专注于 React 热重载,提供了一种前端开发工作流,使代码更改能即时反映在用户界面中。这支持实时 UI 原型设计,允许在不丢失当前应用状态的情况下修改样式和组件逻辑。

该设置集成了开发服务器、模块热替换和转译功能,以便在构建和测试过程中实时更新应用状态和界面。

Features

  • Web Hot Reloaders - A minimal project starter that demonstrates how to update React components in the browser without refreshing the page.
  • Web Application Hot Reloading - Provides a development environment where the web application UI and state are updated instantly as code changes.
  • Hot Module Replacement - Integrates Webpack's hot module replacement to patch the application bundle without a full page reload.
  • Live Development Environments - Ships a complete live-editing environment that reflects code changes instantly in the user interface.
  • Live Frontend Development - Enables real-time updates of web interfaces, allowing developers to see changes instantly in the browser.
  • Development Iteration Workflows - Facilitates a rapid iteration workflow with instant visual feedback for frontend user interface development.
  • Hot-Reload State Preservation - Maintains internal component and hook state during live code updates to prevent application resets.
  • Component Proxies - Utilizes component proxies to intercept updates and apply new logic while preserving the current UI state.
  • UI Prototyping - Supports live UI prototyping by allowing on-the-fly modifications to styles and logic without losing state.
  • React Project Boilerplates - Provides a pre-configured React project foundation optimized for rapid prototyping and live iteration.
  • Application Frameworks - Minimalist boilerplate for live-editing.

Star 历史

gaearon/react-hot-boilerplate 的 Star 历史图表gaearon/react-hot-boilerplate 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

React Hot Boilerplate 的开源替代方案

相似的开源项目,按与 React Hot Boilerplate 的功能重合度排序。
  • insin/nwbinsin 的头像

    insin/nwb

    5,542在 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

    JavaScript
    在 GitHub 上查看↗5,542
  • vuejs/vue-loadervuejs 的头像

    vuejs/vue-loader

    4,968在 GitHub 上查看↗

    vue-loader is a Webpack loader that compiles single-file Vue components into executable JavaScript modules for the browser. It functions as a compiler that splits templates, styles, and scripts from a single file into a bundled module, converting templates into optimized JavaScript render functions for both client and server environments. The project provides a system for routing style blocks through specialized CSS loaders to enable scoped and isolated component styling. It also includes a development utility for hot module replacement, which updates components in the browser in real-time wi

    TypeScripthot-reloadsingle-file-componentvue
    在 GitHub 上查看↗4,968
  • mattdesl/canvas-sketchmattdesl 的头像

    mattdesl/canvas-sketch

    5,261在 GitHub 上查看↗

    canvas-sketch is a JavaScript generative art framework and web-based creative coding environment. It provides a system for creating browser-based generative artwork using built-in tools for geometry and randomness. The framework functions as a high-resolution print exporter and pen plotter vector generator, allowing users to design with physical units and DPI settings for archival printing and robotic drawing machines. It also serves as a GPU shader integration tool for loading and executing shader files to achieve hardware-accelerated rendering. The project includes a development workflow f

    JavaScript
    在 GitHub 上查看↗5,261
  • imcuttle/mometaimcuttle 的头像

    imcuttle/mometa

    4,091在 GitHub 上查看↗

    Mometa is an AST-based visual code editor and low-code metaprogramming tool. It provides a visual interface for modifying source code through abstract syntax tree manipulation, allowing for the insertion and deletion of code blocks via drag-and-drop actions. The project distinguishes itself through a visual source mapping system that links rendered DOM elements back to their original source code positions. It utilizes a real-time synchronization system and hot module replacement workflow to update application components in the browser without requiring a full page reload. The platform covers

    TypeScriptfrontendlowcodereact
    在 GitHub 上查看↗4,091
查看 React Hot Boilerplate 的所有 30 个替代方案→

常见问题解答

gaearon/react-hot-boilerplate 是做什么的?

这是一个实时编辑开发环境和 React 组件样板。它作为一个项目启动器和模板,旨在实现无需刷新页面即可在浏览器中更新 React 组件。

gaearon/react-hot-boilerplate 的主要功能有哪些?

gaearon/react-hot-boilerplate 的主要功能包括:Web Hot Reloaders, Web Application Hot Reloading, Hot Module Replacement, Live Development Environments, Live Frontend Development, Development Iteration Workflows, Hot-Reload State Preservation, Component Proxies。

gaearon/react-hot-boilerplate 有哪些开源替代品?

gaearon/react-hot-boilerplate 的开源替代品包括: insin/nwb — nwb is a zero-configuration build toolchain, module bundler, and development server for JavaScript and JSX… vuejs/vue-loader — vue-loader is a Webpack loader that compiles single-file Vue components into executable JavaScript modules for the… preactjs/preact-cli — preact-cli is a command line tool for scaffolding, developing, and building applications using the Preact library. It… mattdesl/canvas-sketch — canvas-sketch is a JavaScript generative art framework and web-based creative coding environment. It provides a system… imcuttle/mometa — Mometa is an AST-based visual code editor and low-code metaprogramming tool. It provides a visual interface for… meetalva/alva — Alva is a code-based prototyping tool and living prototype framework used to build interactive interfaces. It…