Dependent plug-ins and their uses used in React development

This article is mainly used to record the third-party dependencies and components used in the collection and development process

Routing lazy loading
react-loadable
article address: React routing lazy loading

Use craco to configure the project (configure instead of webpack)
yarn add @craco/craco craco-less @babel/plugin-proposal-decorators babel-plugin-import -D
Article address: React uses craco to configure the project and configuration alias

Store state manager
redux and react-redux
article address: The use of redux and react-redux in React

Guess you like

Origin blog.csdn.net/r657225738/article/details/118580971