Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 670 Bytes

File metadata and controls

16 lines (13 loc) · 670 Bytes

Theory Assignments

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 difference between Client Side Routing and Server Side Routing?

Coding Assignment:

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