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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tj avatar

tj/frontend-boilerplateArchived

0
View on GitHub↗
2,903 stars·262 forks·JavaScript·4 vues

Frontend Boilerplate

Frontend boilerplate is a starter template for building single-page applications with React, Redux, and Webpack. It provides a preconfigured project structure and toolchain designed to help developers begin creating client-side web applications immediately.

The project incorporates a frontend build pipeline utilizing Webpack, Babel, and PostCSS for compiling scripts and styles. It supports modular state management through centralized stores and reactive update patterns, view navigation through routing, and scoped CSS styling to prevent class name leakage across components.

Additional developer tooling includes a hot-reload development workflow for reflecting code edits immediately without losing application state, alongside browser tooling support for tracking state mutations and time-travel debugging metrics during development.

Features

  • Application State Management - Coordinates data flow and state changes predictably across components using centralized stores and reactive update patterns.
  • Asset Bundling - Combines scripts, stylesheets, and third-party dependencies into optimized production bundles using modular preprocessing tools.
  • Frontend Build Pipelines - Configures a build pipeline utilizing Webpack, Babel, and PostCSS for compiling scripts and styles.
  • Client-Side Route Navigators - Synchronizes browser URL changes with the rendering of specific user interface components to build single-page application views.
  • Scoped CSS - Applies modular stylesheets to user interface elements so classes remain locally scoped and do not leak globally.
  • Redux Webpack Boilerplates - Provides a starter template for building single-page applications with React, Redux, Webpack, and hot module replacement.
  • Project Boilerplates - Provides a preconfigured project foundation and toolchain designed to help developers begin creating client-side web applications immediately.
  • React State Management - Manages application data flow and state changes predictably using centralized stores and reactive update patterns in React.
  • Single-Page Applications - Establishes a project starter structure for building client-side web applications with routing and modular state management.
  • Hot Code Reloading - Enables iterating on user interface code while it runs, with edits reflected immediately without losing current application state.
  • State Debugging Tools - Tracks actions, state mutations, and time travel debugging metrics during development using specialized browser tooling.

Historique des stars

Graphique de l'historique des stars pour tj/frontend-boilerplateGraphique de l'historique des stars pour tj/frontend-boilerplate

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait tj/frontend-boilerplate ?

Frontend boilerplate is a starter template for building single-page applications with React, Redux, and Webpack. It provides a preconfigured project structure and toolchain designed to help developers begin creating client-side web applications immediately.

Quelles sont les fonctionnalités principales de tj/frontend-boilerplate ?

Les fonctionnalités principales de tj/frontend-boilerplate sont : Application State Management, Asset Bundling, Frontend Build Pipelines, Client-Side Route Navigators, Scoped CSS, Redux Webpack Boilerplates, Project Boilerplates, React State Management.

Quelles sont les alternatives open-source à tj/frontend-boilerplate ?

Les alternatives open-source à tj/frontend-boilerplate incluent : day8/re-frame — re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized,… mxstbr/react-boilerplate — This project is a pre-configured project foundation for building scalable web applications. It serves as a React… erikras/react-redux-universal-hot-example — This project is a starter template and boilerplate for building isomorphic web applications using React, Redux, and… lanif-ui/dva-boot-admin — Dva-boot-admin is a single-page application framework designed for building administrative dashboards using React,… didi/mpx — MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from… dai-shi/use-context-selector — Use context selector is a state management library that allows applications to share state across component trees…

Collections incluant Frontend Boilerplate

Sélections manuelles où Frontend Boilerplate apparaît.
  • Application templates

Alternatives open source à Frontend Boilerplate

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Frontend Boilerplate.
  • day8/re-frameAvatar de day8

    day8/re-frame

    5,532Voir sur GitHub↗

    re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized, immutable database that serves as the single source of truth for the entire application state, enforcing a strict unidirectional data flow where events trigger state transitions and subsequent view updates. The framework distinguishes itself through a reactive signal graph and an interceptor-based middleware pipeline. By treating application logic as a sequence of data-driven events and declarative side effects, it decouples business logic from the view layer. This architectur

    Clojureclojurescriptre-framereact
    Voir sur GitHub↗5,532
  • mxstbr/react-boilerplateAvatar de mxstbr

    mxstbr/react-boilerplate

    29,487Voir sur GitHub↗

    This project is a pre-configured project foundation for building scalable web applications. It serves as a React application boilerplate and component scaffold designed to provide a scalable architecture and a foundation for long-term growth. The setup is characterized by an offline-first web framework that maintains application availability without an active network connection. It includes an internationalized UI foundation with integrated translation tooling and a modular CSS-in-JS setup for scoped, component-level styling. The boilerplate covers broader capability areas including automate

    JavaScript
    Voir sur GitHub↗29,487
  • erikras/react-redux-universal-hot-exampleAvatar de erikras

    erikras/react-redux-universal-hot-example

    12,099Voir sur GitHub↗

    This project is a starter template and boilerplate for building isomorphic web applications using React, Redux, and Express. It functions as a server-side rendering framework that generates HTML on the server and rehydrates it on the client to improve search engine optimization and initial page load speeds. The project is distinguished by its focus on developer experience, featuring a configuration for hot module replacement. This allows for the real-time updating of the user interface and application state during development without requiring a full browser refresh. The framework provides c

    JavaScript
    Voir sur GitHub↗12,099
  • didi/mpxAvatar de didi

    didi/mpx

    3,905Voir sur GitHub↗

    MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from a single codebase. It utilizes a static transpilation pipeline to transform source code into platform-specific bundles, employing a single-file component system that encapsulates templates, logic, and styles. The framework provides a reactive state management system that automatically synchronizes application data with the user interface through computed properties and watchers. The project distinguishes itself through a robust build-time toolchain that supports sub-package p

    JavaScript
    Voir sur GitHub↗3,905
Voir les 30 alternatives à Frontend Boilerplate→