- What are various ways to
add imagesinto our App? Explain withcode examples. - What would happen if we do
console.log(useState())? - How will
useEffectbehave if wedon't addadependency array? - What is
SPA? - What is the
differencebetweenClient Side RoutingandServer Side Routing?
- Add
Shimmer Effect without installing a library. - Install
react-router-dom. - Create an
appRouterandProvide it to the app. - Create a
Home, About, and Contact Pagewith Link (use child routes). - Make an
Error pageforrouting errors. - Create a
Restaurant Pagewithdynamic restaurant ID. - (Extra) - Create a
login PageusingFormik Library.