Redux topic - 1 Introduction and basic use of Redux

Link: Document address. 1. Get to know Redux 1.1 JavaScript pure functions In functional programming, there is a concept called pure function. JavaScript conforms to the paradigm of functional programming, so there is also the concept of pure function; In React, the concept of pure function is very important, and it is also very important i ...

Added by PHPMan on Sun, 30 Jan 2022 03:38:05 +0200

Build react+typescript+antd project from scratch

Step 1: create a project through create react app npx create-react-app ai_video_project_frontend --template typescript When you open the project in vscode, you can see that the react project is successfully generated and the suffix of the component is tsx. At this time, it indicates that the prototype of react+typescript project is succ ...

Added by seran128 on Mon, 03 Jan 2022 08:58:54 +0200