- Play with the
useEffect Hook
to see when it is called? (before or after render) - Play with the
dependency array
in useEffect Hook. - Play with the
developer console
by putting adebugger
in render anduseEffect
. - Call an
actual API call
. Handle Error
in yourAPI call
.- Build
Shimmer UI
when data is not loaded. Render your UI
with actual API data.- Make
Search functionality
work. - Make a
Login Logout
button that toggles with a state.
Coding
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||