- What are various ways to
add images
into our App? Explain withcode examples
. - What would happen if we do
console.log(useState())
? - How will
useEffect
behave if wedon't add
adependency array
? - What is
SPA
? - What is the
difference
betweenClient Side Routing
andServer Side Routing
?
- Add
Shimmer Effect without installing a library
. - Install
react-router-dom
. - Create an
appRouter
andProvide it to the app
. - Create a
Home, About, and Contact Page
with Link (use child routes). - Make an
Error page
forrouting errors
. - Create a
Restaurant Page
withdynamic restaurant ID
. - (Extra) - Create a
login Page
usingFormik Library
.