Skip to content

Latest commit

Β 

History

History
17 lines (13 loc) Β· 715 Bytes

File metadata and controls

17 lines (13 loc) Β· 715 Bytes

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.