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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
LANIF-UI avatar

LANIF-UI/dva-boot-admin

0
View on GitHub↗
1,673 stele·456 fork-uri·JavaScript·MIT·2 vizualizărilanif-ui.github.io/dva-boot-admin↗

Dva Boot Admin

Dva-boot-admin is a single-page application framework designed for building administrative dashboards using React, Redux-based state management, and component libraries. It provides a modular frontend architecture combining declarative routing, state management wrappers, and pre-built dashboard layouts with navigation shells and data tables.

The framework organizes application features around isolated functional domains, encapsulating views, state models, and data services within dedicated folders. It features config-driven generation capabilities that automatically render complete data tables, search bars, and forms from declarative configuration files, alongside route-based code splitting and generator-based effect flows for managing asynchronous side effects.

Additional capabilities cover global request interception, centralized error handling, local API response mocking, and command-line scaffolding tools that automate project initialization and boilerplate generation. Built-in pagination utilities and administrative layout organizations round out the framework's data management and interface generation feature set.

Features

  • Component-Driven Architectures - Encapsulates views, state models, and data services together inside isolated functional directories.
  • Modular Application Architectures - Structures single-page applications with organized component modules, nested routing, and lazy-loaded code splitting for maintainability.
  • Application State Management - Organizes global and local component data flow using a predictable architecture designed for scalable applications.
  • HTTP Request Execution - Manages backend interactions using custom parameters, dynamic headers, and request interception.
  • API Response Simulators - Wraps mock data into standardized success formats to simulate API responses for testing features.
  • Folder Structures - Organizes pages into dedicated folders containing isolated UI components, state models, and data services.
  • Error Interception Handlers - Intercepts network requests globally and manages application exceptions and shared configurations in a centralized manner.
  • Saga State Management - Coordinates asynchronous actions and side effects using generator functions within a state store.
  • Business-Logic Based Organization - Structures application directories around isolated functional domains to minimize coupling.
  • Route-Based Code Splitting - Optimises initial load performance by loading page components lazily through dynamic import boundaries.
  • React-Based Admin Interfaces - Builds administrative web interfaces using React and component libraries with pre-built dashboard layouts and data tables.
  • Administrative Navigation Layouts - Provides foundational dashboard structures with pre-built navigation and page shells to help build administrative interfaces quickly.
  • Route Declarations - Maps nested application paths, layouts, and views to control client-side rendering destinations.
  • React UI Component Libraries - Includes a collection of reusable interface components and layout structures designed for rapid administrative dashboard development.
  • CRUD Generators - Renders complete data tables, search bars, and forms automatically from declarative configuration files.
  • Intercepting HTTP Clients - Standardises backend communication globally via centralized request and response interception.
  • Page Routing Configurations - Defines application paths, nested child routes, and layout wrappers to control page rendering destinations.
  • Single-Page Applications - Offers a modular frontend architecture providing routing, state management, and build configurations for client-side web apps.
  • Data Pagination - Builds pagination parameters, sort orders, and filter criteria to structure data requests.
  • Pagination State Managers - Handles tabular pagination and filtering queries through specialized local state parameters.
  • Pagination - Encapsulates pagination logic to simplify and standardize data fetching routines for large datasets.
  • Command-Line Scaffolding - Creates project structures and boilerplate files automatically using command-line tools.
  • Local Reverse Proxies - Routes local backend traffic dynamically during development to connect seamlessly to endpoints.
  • State Update Actions - Automates repetitive service and reducer boilerplate by providing built-in request actions that handle API calls.
  • State Management Frameworks - Encapsulates state flows to simplify data handling and reduce boilerplate code for basic application requests.
  • Local API Response Mocking - Simulates backend data fetching by defining and registering local endpoints during early development.
  • Mock Data Generation - Generates realistic mock data independently to build and test front-end features before backend services are ready.
  • Menu Registration Routines - Maps application routes to configuration files so newly created pages automatically appear in the primary sidebar navigation.
  • API Request Configurations - Enables global request configuration by establishing prefixes, custom headers, and interceptors.
  • Proxy-uri pentru API-uri de dezvoltare - Provides a development reverse proxy to route local backend traffic and bypass CORS restrictions.

Istoric stele

Graficul istoricului de stele pentru lanif-ui/dva-boot-adminGraficul istoricului de stele pentru lanif-ui/dva-boot-admin

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ Dva Boot Admin

Colecții selectate manual în care apare Dva Boot Admin.
  • Admin dashboard framework
  • Framework de dashboard administrativ cu React
  • Framework pentru dashboard-uri de administrare full-stack

Întrebări frecvente

Ce face lanif-ui/dva-boot-admin?

Dva-boot-admin is a single-page application framework designed for building administrative dashboards using React, Redux-based state management, and component libraries. It provides a modular frontend architecture combining declarative routing, state management wrappers, and pre-built dashboard layouts with navigation shells and data tables.

Care sunt principalele funcționalități ale lanif-ui/dva-boot-admin?

Principalele funcționalități ale lanif-ui/dva-boot-admin sunt: Component-Driven Architectures, Modular Application Architectures, Application State Management, HTTP Request Execution, API Response Simulators, Folder Structures, Error Interception Handlers, Saga State Management.

Care sunt câteva alternative open-source pentru lanif-ui/dva-boot-admin?

Alternativele open-source pentru lanif-ui/dva-boot-admin includ: day8/re-frame — re-frame is a functional framework for building single-page applications in ClojureScript. It provides a centralized,… marmelab/admin-on-rest — Admin-on-rest is a frontend framework for building administrative single-page applications connected to REST APIs… didi/mpx — MPX is a cross-platform framework designed to build applications for multiple mini-program ecosystems and the web from… zendframework/zendframework — Zend Framework is a comprehensive set of decoupled components for building modular, event-driven web applications. It… azat-co/practicalnode — Practicalnode is a comprehensive educational resource and backend development framework for mastering server-side… 0wczar/airframe-react — Airframe-react is a Bootstrap UI component library and starter kit for building React-based admin dashboards and…

Alternative open-source pentru Dva Boot Admin

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Dva Boot Admin.
  • day8/re-frameAvatar day8

    day8/re-frame

    5,532Vezi pe 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
    Vezi pe GitHub↗5,532
  • marmelab/admin-on-restAvatar marmelab

    marmelab/admin-on-rest

    399Vezi pe GitHub↗

    Admin-on-rest is a frontend framework for building administrative single-page applications connected to REST APIs using React and Material Design. It includes a client library that translates application actions into standard HTTP requests using pluggable adapters for backend services. The framework provides a modular component-based user interface for rendering administrative views, layouts, lists, and forms through high-level configuration objects mapped to specific data endpoints. It manages application state centrally using immutable stores and action dispatchers, and supports relational

    JavaScriptadminadmin-dashboardadmin-on-rest
    Vezi pe GitHub↗399
  • didi/mpxAvatar didi

    didi/mpx

    3,905Vezi pe 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
    Vezi pe GitHub↗3,905
  • zendframework/zendframeworkAvatar zendframework

    zendframework/zendframework

    5,441Vezi pe GitHub↗

    Zend Framework is a comprehensive set of decoupled components for building modular, event-driven web applications. It implements an MVC architecture to separate business logic from the user interface and provides a structured request-handling system through a sequential middleware pipeline. The project features a factory-driven dependency injection container to automate object instantiation and manage class lifecycles. It also includes a comprehensive security suite for verifying user identities and restricting resource access using access control lists and role-based access control adapters.

    Vezi pe GitHub↗5,441
  • Vezi toate cele 30 alternative pentru Dva Boot Admin→