What are various ways to add images into our App? Explain with code examples What would happen if we do console.log(useState())?
- 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