Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Namaste React Course by Akshay Saini

Chapter 06 - Exploring the world

Coding Assignment:

  • 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 a debugger in render and useEffect.
  • Call an actual API call.
  • Handle Error in your API 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.