481 Views
When performing I/O operations like data fetching, you have to initiate the fetch operation, wait for the response, save the response data to component's state, and finally render. Async data fetching requires extra-effort to fit into the declarative nature of React. Step by step React improves to minimize this extra-effort.
0 comments