#EP 5: React Hooks Hooks are normal JS Utility functions ex. useState() , useEffect()
#EP6 : Explore outside World
-
Monolith Architecture : this is the
-
Microservice Architecture : single responsibility principle
#Types of routing in web Apps :
-
client side Routing : We dont make network call as the components are already loaded while initial load, SPA uses Client side Routing
-
server side Routing : we make a network call and page is rendered
#optimize the app
- single responsibility principle
- custom hooks
#Redux -> Redux ToolKit
-
install libraries
- @reduxjs/toolkit
- react-redux
-
Build Store
-
Connect Store to App
-
Create a Cart Slice
-
Dispatch Action
-
Read data using Selector