Computer Science, asked by sarfrazsaif7234, 2 months ago

Q : Data flow in one direction​

Answers

Answered by venomgirl8
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 Ankitsinharaya
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:

Hope it helps you ☺️

Attachments:
Similar questions