Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.04 KB

File metadata and controls

27 lines (21 loc) · 1.04 KB

Namaste React Course by Akshay Saini

Chapter 07 - Finding the Path

Theory Assignment:

  • What are various ways to add images into our App? Explain with code examples.
  • What would happen if we do console.log(useState())?
  • How will useEffect behave if we don't add a dependency array?
  • What is SPA?
  • What is the difference between Client Side Routing and Server Side Routing?

Coding Assignment:

  • Add Shimmer Effect without installing a library.
  • Install react-router-dom.
  • Create an appRouter and Provide it to the app.
  • Create a Home, About, and Contact Page with Link (use child routes).
  • Make an Error page for routing errors.
  • Create a Restaurant Page with dynamic restaurant ID.
  • (Extra) - Create a login Page using Formik Library.

References: