duxianwei520/react

React+vite+redux+ant design+axios+less全家桶后台管理框架

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 12th, 2026
Created on December 2nd, 2016
Open Issues & Pull Requests: 23 (+0)
GitHub issues: Enabled
Number of forks: 1,831
Total Stargazers: 5,340 (+0)
Total Subscribers: 195 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 20.4 days
Mean response time: 255.3 days
90th percentile: 1083.1 days
Tracked items: 7

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 167 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

This is a React-based admin dashboard framework that bundles React, Vite, Redux, Ant Design, Axios, and Less into a complete development stack.

The project addresses the need for a ready-to-use backend management interface by providing a pre-configured template with user authentication, role-based access control, and module management built in. It standardizes API communication through a centralized Axios configuration that handles request/response processing, returning a status value of 1 for success, 0 for errors, and -1 for login timeouts. The framework includes mock data via Mockjs to enable development without a live backend, and integrates real-time communication through Socket.io alongside charting capabilities via ECharts and rich text editing through Draft.js.

Developers should choose this framework if they need to quickly scaffold an admin dashboard with permission management already implemented. It works best for projects requiring user authentication, role-based access control, and standard CRUD operations. The tool pairs React Hooks with Redux Toolkit for state management and uses Vite for fast build times and hot module replacement during development. The README indicates the project has been tested with a companion Node.js Express backend for actual API development, suggesting it can transition from mock data to real services.

The project maintains an active issue tracker where problems can be reported directly. Development notes emphasize that most startup failures stem from incomplete npm dependency installation rather than framework issues, and the maintainer provides guidance on resolving common setup problems. The project includes documentation on HTTP request cancellation patterns and demonstrates modern React practices throughout the codebase.