Detailed use process and cases of Redux and react redux. During the day of sharing brick moving knowledge, I dozed off several times. Ah ha ha~
Move bricks, move bricks, share some brick moving skills. Chapter 6 is almost over. There are still some scattered ones. Move slowly. Click here for previous chapters~
Chapter 6 - redux
redux Chinese official website
6.1 what is redux
The official saying is this: redux is a predictable state container for JavaScript applications. It can h ...
Posted on Mon, 20 Sep 2021 20:21:18 -0400 by bigscanner
React component communication (parent-child component value transfer)
catalogue
1. Parent component to value child component
2. Child component value transfer parent component
3. Sibling component value transfer
4. Cross level component communication
summary
1. Parent component to value child component
When referring to a sub component, passing is equivalent to an attribute. For example, get the value of ...
Posted on Mon, 20 Sep 2021 09:46:08 -0400 by catalin.1975