React Antd Admin

screenshot of React Antd Admin
create-react-app
react
vite
less
ant-design

基于vite2.x + react17.x + typescript4.x + antd4.x + react-router6.x + mobx6.x编写的一款简单高效的前后端分离的权限管理系统

Overview

The React Antd Admin is a technology stack used for web application development. It utilizes TypeScript 4.x and JavaScript as the main programming languages. The build tools include Vite 2.x, while the frontend framework is React 18.2.0. React-router-dom 6.x handles routing, and Redux/toolkit 1.8.5 is used for state management. The PC UI framework utilized is Ant Design, and CSS pre-compilers such as Stylus, Sass, or Less can be used. Additional tools include Axios for HTTP handling, husky and lint-staged for Git hooks, and various code formatters and style guides for code consistency. GitHub Actions can be used for automated deployments.

Features

  • TypeScript 4.x + JavaScript: The project supports both TypeScript and JavaScript as the programming languages.
  • Vite 2.x: The build tool used for efficient development and fast HMR (Hot Module Replacement).
  • React 18.2.0: The frontend framework used for building user interfaces.
  • React-router-dom 6.x: A routing tool for seamless navigation within the web application.
  • Redux/toolkit 1.8.5: A state management tool for handling complex application states.
  • Ant Design: A UI framework specifically designed for PC web applications.
  • CSS Pre-compilers: The project allows the use of Stylus, Sass, or Less for writing CSS.
  • Axios: A HTTP client for handling API requests.
  • Git Hook Tools: The project utilizes husky and lint-staged for Git hooks, ensuring code quality and style.
  • Code Formatters and Style Guides: The project integrates EditorConfig, Prettier, ESLint, and Airbnb JavaScript Style Guide for code consistency.
  • Commit Guidelines: Commitizen and Commitlint are used for enforcing commit message guidelines.
  • Automated Deployments: GitHub Actions can be set up for automating the deployment process.

Summary

The React Antd Admin provides a comprehensive technology stack for web application development. With support for TypeScript and JavaScript, a modern frontend framework like React, and various tools for code quality, style, and state management, it offers a robust foundation for building complex PC web applications. Additionally, it supports easy installation and deployment using popular build tools and Git hooks.

create-react-app
Create React App

Create React App is a popular tool for quickly setting up a new React project without the need for manual configuration or setup. It provides a preconfigured development environment with modern build tools, a live development server, and an easy-to-use command line interface.

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.

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.

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.

github-pages
GitHub Pages

Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading

mobx
Mobx

MobX is a simple and scalable state management library for JavaScript applications. It uses reactive programming techniques to automatically update the user interface in response to changes in the application state, making it easy to build complex and dynamic user interfaces with minimal code.

recharts
Recharts

Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.

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.