Skip to content

shubhraj/ReactFoodOrderingApp

Repository files navigation

Namaste-React

#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 :

  1. client side Routing : We dont make network call as the components are already loaded while initial load, SPA uses Client side Routing

  2. server side Routing : we make a network call and page is rendered

#optimize the app

  • single responsibility principle
  • custom hooks

#Redux -> Redux ToolKit

  1. install libraries

    • @reduxjs/toolkit
    • react-redux
  2. Build Store

  3. Connect Store to App

  4. Create a Cart Slice

  5. Dispatch Action

  6. Read data using Selector

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published