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

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

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

LANIF-UI/dva-boot-admin

0
View on GitHub↗
1,673 स्टार्स·456 फोर्क्स·JavaScript·MIT·3 व्यूज़lanif-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.
  • Development API Proxies - Provides a development reverse proxy to route local backend traffic and bypass CORS restrictions.

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

lanif-ui/dva-boot-admin के लिए स्टार हिस्ट्री चार्टlanif-ui/dva-boot-admin के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

Dva Boot Admin को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Dva Boot Admin दिखाई देता है।
  • Admin dashboard framework
  • React एडमिन डैशबोर्ड फ्रेमवर्क
  • फुल-स्टैक एडमिन डैशबोर्ड फ्रेमवर्क

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

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.

lanif-ui/dva-boot-admin की मुख्य विशेषताएं क्या हैं?

lanif-ui/dva-boot-admin की मुख्य विशेषताएं हैं: Component-Driven Architectures, Modular Application Architectures, Application State Management, HTTP Request Execution, API Response Simulators, Folder Structures, Error Interception Handlers, Saga State Management।

lanif-ui/dva-boot-admin के कुछ ओपन-सोर्स विकल्प क्या हैं?

lanif-ui/dva-boot-admin के ओपन-सोर्स विकल्पों में शामिल हैं: 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… react-boilerplate/react-boilerplate-cra-template — This project provides a pre-configured frontend template for building single-page applications with integrated… 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…

Dva Boot Admin के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Dva Boot Admin के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • day8/re-frameday8 का अवतार

    day8/re-frame

    5,532GitHub पर देखें↗

    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
    GitHub पर देखें↗5,532
  • marmelab/admin-on-restmarmelab का अवतार

    marmelab/admin-on-rest

    399GitHub पर देखें↗

    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
    GitHub पर देखें↗399
  • react-boilerplate/react-boilerplate-cra-templatereact-boilerplate का अवतार

    react-boilerplate/react-boilerplate-cra-template

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

    This project provides a pre-configured frontend template for building single-page applications with integrated routing, unidirectional state management, and component-scoped style isolation. It includes command-line tooling to automatically generate boilerplate components, containers, routes, and associated test files to accelerate feature development. The development environment incorporates static type enforcement, automated code formatting and linting, and hot module replacement to maintain code quality and preserve application state during updates. Additional capabilities include dynamic

    TypeScriptcreate-react-appcreate-react-app-typescripti18n
    GitHub पर देखें↗1,852
  • didi/mpxdidi का अवतार

    didi/mpx

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

    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
    GitHub पर देखें↗3,905
  • Dva Boot Admin के सभी 30 विकल्प देखें→