What plugins are there for react?
react plug-ins include: 1. Redux, which provides predictable state management; 2. MobX, which makes state management simple and scalable through function reactive programming; 3. Redux Thunk, asynchronous processing of Redux Middleware; 4. Dva, a data flow solution based on redux and redux-saga; 5. Ant design, a React UI component library; 6. react-icons, a rich icon library based on React; 7. Viser, a visualization library .
#The operating environment of this tutorial: Windows7 system, react18 version, Dell G3 computer.
In order to improve the efficiency of developing React projects, here is a summary of some commonly used plug-ins for React projects.
1. State management
-
Redux: JavaScript state container, providing predictable state management
MobX: Making state management simple and scalable through functional reactive programming
Redux Thunk: Asynchronous processing middleware for Redux
Redux Saga: Redux middleware, used to manage application Side Effects (side effects, such as asynchronous acquisition of data, access to browser cache, etc.)
- ##Dva: A data flow solution based on redux and redux-saga
2. UI component library
- Ant design: React UI component library based on Ant Design design system, mainly used to develop enterprise-level middle and back-end products
- Ant design mobile: React UI mobile based on Ant Design design system End component library
- MaterialUI: The world’s most popular React UI library based on texture design
- React toolbox: A set of functions using CSS modules React components that implement Google's Material Design specification
- React Virtualized: A React solution that can render large lists and tables
- Fabric UI: A collection of Microsoft's open-source UX frameworks for creating beautiful cross-platform applications that share code, design, and interactive behavior
- #React desktop: A React-based JavaScript library designed to bring this Bringing the desktop experience to the web with many macOS Sierra and Windows 10 components included. react-desktop integrates perfectly with NW.js and Electron.js, but can be used in any JavaScript-driven project
- Zent: Youzan PC-side WebUI specification React implementation, provides A complete set of basic UI components and some commonly used business components
- react-icons: A rich icon library based on React encapsulation
3. Tool class
- ##react-copy-to-clipboard: React-based copy to clipboard component
- qrcode.react: React-based component for generating QR codes
- nprogress: Top progress bar component suitable for YouTube, Medium, etc.
- react-syntax-highlighter: React-based code highlighting component
- react-contextmenu: right-click menu component
- emoji -mart: React-based emoticon library
- react-highlight-words: React-based keyword highlighting
4. Data Visualization
- AntV: includes G2, G6, F2, L7 and a complete set of chart usage and design specifications, providing powerful data visualization needs
- G2Plot: An out-of-the-box visual component library based on G2 packaging
- recharts: Custom charts built using React and D3 Library
- Viser: A visualization library that supports multiple mainstream frameworks
5, animation/motion effects
- Halogen: A collection of loading animations using React
- react-move: Beautiful, data-driven React animations, just 3.5kb (gzip)
- react-spring: An animation library based on spring physics
- Ant Motion: Provides single and combined animations , and a complete set of animation solutions
- scenejs: Animation library based on JavaScript and CSS timeline
- react-text-loop: text carousel Animation
6, dragging/sorting
- react-beautiful-dnd:Beautiful , Portability list drag and drop library
- react-dnd: helps us build complex drag-and-drop interfaces while keeping components separated
- react-moveable: A flexible and powerful drag library that supports free dragging, scaling, and reference lines
- react-grid-layout: A powerful grid drag, sort, and zoom library
- mixitup: powerful list card sorting animation library
7, image processing
- react-image-crop: Powerful image cropping library
- react-sparklines: Automatically generate trend lines based on data
- dom-to-image: A canvas library that generates images based on DOM
- react-img-editor: Image editor
8. Editor related
braft-editor: Rich text editor
powerNice:markdown/rich text editor
GGEditor:Visual diagram editor
react-codemirror2: Code editor
jsoneditor:json editor
h5-dooring:H5 page editor
9. Map related
google-map-react: Google map plug-in
react-amap:AMAP plug-in
@uiw/react-baidu-map:Baidu map
10. Scaffolding
Create React App: A must-have React fool-proof scaffolding for beginners
Next.js: Build Server-side rendered React scaffolding
umi: Enterprise-level front-end application framework
webpack3_react: Compatible with IE9 and provides a complete React family bucket solution
[Related recommendations: Redis video tutorial]
The above is the detailed content of What plugins are there for react?. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

React front-end and back-end separation guide: How to achieve front-end and back-end decoupling and independent deployment, specific code examples are required In today's web development environment, front-end and back-end separation has become a trend. By separating front-end and back-end code, development work can be made more flexible, efficient, and facilitate team collaboration. This article will introduce how to use React to achieve front-end and back-end separation, thereby achieving the goals of decoupling and independent deployment. First, we need to understand what front-end and back-end separation is. In the traditional web development model, the front-end and back-end are coupled

How to build a reliable messaging application with React and RabbitMQ Introduction: Modern applications need to support reliable messaging to achieve features such as real-time updates and data synchronization. React is a popular JavaScript library for building user interfaces, while RabbitMQ is a reliable messaging middleware. This article will introduce how to combine React and RabbitMQ to build a reliable messaging application, and provide specific code examples. RabbitMQ overview:

ReactRouter User Guide: How to Implement Front-End Routing Control With the popularity of single-page applications, front-end routing has become an important part that cannot be ignored. As the most popular routing library in the React ecosystem, ReactRouter provides rich functions and easy-to-use APIs, making the implementation of front-end routing very simple and flexible. This article will introduce how to use ReactRouter and provide some specific code examples. To install ReactRouter first, we need

PHP, Vue and React: How to choose the most suitable front-end framework? With the continuous development of Internet technology, front-end frameworks play a vital role in Web development. PHP, Vue and React are three representative front-end frameworks, each with its own unique characteristics and advantages. When choosing which front-end framework to use, developers need to make an informed decision based on project needs, team skills, and personal preferences. This article will compare the characteristics and uses of the three front-end frameworks PHP, Vue and React.

Integration of Java framework and React framework: Steps: Set up the back-end Java framework. Create project structure. Configure build tools. Create React applications. Write REST API endpoints. Configure the communication mechanism. Practical case (SpringBoot+React): Java code: Define RESTfulAPI controller. React code: Get and display the data returned by the API.

How to use React to develop a responsive backend management system. With the rapid development of the Internet, more and more companies and organizations need an efficient, flexible, and easy-to-manage backend management system to handle daily operations. As one of the most popular JavaScript libraries currently, React provides a concise, efficient and maintainable way to build user interfaces. This article will introduce how to use React to develop a responsive backend management system and give specific code examples. Create a React project first

Vue.js is suitable for small and medium-sized projects and fast iterations, while React is suitable for large and complex applications. 1) Vue.js is easy to use and is suitable for situations where the team is insufficient or the project scale is small. 2) React has a richer ecosystem and is suitable for projects with high performance and complex functional needs.

React has closures such as event handling functions, useEffect and useCallback, higher-order components, etc. Detailed introduction: 1. Event handling function closure: In React, when we define an event handling function in a component, the function will form a closure and can access the status and properties within the component scope. In this way, the state and properties of the component can be used in the event processing function to implement interactive logic; 2. Closures in useEffect and useCallback, etc.
