|
|
|
|
|
by PostingWithPSP
4427 days ago
|
|
What do you mean? Child components don't pass their state to parent components. It's what allows React to be declarative. It's right on the front page: "React implements one-way reactive data flow which reduces boilerplate and is easier to reason about than traditional data binding." |
|