South Admin React

screenshot of South Admin React
react
vite
less
unocss
ant-design

React-Admin后台管理系统模版,React19、Vite7、Antd5、Unocss、Zustand、Keepalive、i18n国际化、动态菜单、适配手机端、虚拟表格组件等。

Overview

This is a pre-built front-end project for middle and back-end applications developed using React 18, TypeScript, Vite, Ant Design 5.0, and other mainstream technologies. It offers automatic route generation, support for KeepAlive functionality, React-Redux state management, virtual scrolling tables, and styling using UnoCss.

Features

  • React 18: Utilizes the latest version of React for improved performance and features.
  • TypeScript: Provides strong typing for a more robust codebase.
  • Vite: Offers fast build times and a modern development experience.
  • Ant Design 5.0: Integrates the popular UI library for a polished interface.
  • Automatic Route Generation: Simplifies routing setup with automatic route generation based on file structure.
  • Supports KeepAlive Functionality: Allows for preserving component state during navigation.
  • React-Redux State Management: Manages application state efficiently with React-Redux.
  • Virtual Scrolling Tables: Enhances performance by virtualizing large data tables.
  • UnoCss Styling: Utilizes UnoCss for consistent and modern styling.

Summary

This pre-built front-end project is developed using modern technologies like React 18, TypeScript, Vite, and Ant Design 5.0. It offers features such as automatic route generation, support for KeepAlive functionality, React-Redux state management, virtual scrolling tables, and UnoCss styling. By following the provided installation guide, users can easily set up and run the project for their middle and back-end applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

unocss
UnoCSS

UnoCSS is an instant, on-demand atomic CSS engine that generates utility classes at build time. It's highly customizable, extremely fast, and compatible with Tailwind CSS utilities while offering additional features like attributify mode and pure CSS icons.

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

Zustand

Zustand is a lightweight state management library for React that provides a simple and intuitive API for managing state in your application. It allows developers to easily create and manage global state, and provides a powerful set of tools for optimizing performance and improving developer productivity. Zustand is designed to be easy to use and easy to learn, making it a popular choice for developers of all skill levels.