← Back to all 2018

Fetch Data with React.useEffect()

React gives us a function to connect to effects outside of React. It's named React.useEffect and we use it to fetch data... Assignment Sandbox: https://codesandbox.io/s/react-holiday-day-6-30n40

Prev Next