React Admin Template

screenshot of React Admin Template
react
vite
less
tailwind
ant-design

使用React18、Antd5、ReactRouter6、Mobx6、Tailwind3、Vite4、Pnpm 搭建的后台管理系统模版

Overview

The react-admin-template project is built using the following technology stack: TypeScript, React 18, ReactRouter 6, Mobx 6, Ant Design 5, tailwind CSS, Axios, Pnpm, i18next, react-i18next, Vite, js-cookie, particles-bg, react-custom-scrollbars, and loadsh. It follows certain guidelines and standards for code and project organization.

Features

  • TypeScript, React 18, ReactRouter 6, and Mobx 6 for a robust and scalable application.
  • UI components from Ant Design 5 and CSS styling using tailwind for a modern and responsive design.
  • HTTP requests are made using Axios.
  • Dependency management is handled by Pnpm.
  • Internationalization is supported using i18next and react-i18next libraries.
  • The project is built using Vite for efficient development and building process.
  • Additional features include Cookie management with js-cookie, background animation with particles-bg, and customized scrollbars using react-custom-scrollbars.
  • Utility functions are provided by the loadsh library.
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.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

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.

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.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

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.