- What is
Microservice? - What is
Monolith architecture? - What is the
differencebetween `Monolith and Microservice? - Why do we need a
useEffect Hook? - What is
Optional Chaining? - What is
Shimmer UI? - What is the
differencebetweenJS expression and JS statement? - What is
Conditional Rendering? explain with a code example. - What is
CORS? - What is
async and await? - What is the use of
const json = await data.json(); ingetRestaurants()?
- Play with the
useEffect Hookto see when it is called? (before or after render) - Play with the
dependency arrayin useEffect Hook. - Play with the
developer consoleby putting adebuggerin render anduseEffect. - Call an
actual API call. Handle Errorin yourAPI call.- Build
Shimmer UIwhendata is not loaded. Render your UIwithactual API data.- Make
Search functionalitywork. - Make a
Login Logoutbutton thattoggles with a state.