Closed mell0kat closed 5 years ago
Shows a <Loader /> component while data is being fetched.
<Loader />
This involved adding an isLoading field to the display state, which is set to true / false as data is fetched.
isLoading
Description
Shows a
<Loader />
component while data is being fetched.This involved adding an
isLoading
field to the display state, which is set to true / false as data is fetched.Checklist