Q : Data flow in one direction
Answers
Answered by
0
Answer:
One-way direction data flow. One-way direction data flow is a pattern that works nicely with React. It is around the idea that the components do not modify the data that they receive. They only listen for changes of this data and maybe provide the new value but they do not update the actual data.
Answered by
1
Answer:
One-way direction data flow. One-way direction data flow is a pattern that works nicely with React. It is around the idea that the components do not modify the data that they receive. They only listen for changes of this data and maybe provide the new value but they do not update the actual data.
Explanation:
Attachments:
Similar questions