Namaste React

Parcel

  • Dev Build
  • Local Server
  • HMR - Hot Module Replacement
  • File Matching Algorithm - written in C++
  • Caching - Faster Builds
  • Image Optimization
  • Minification
  • Bundle
  • Compressing
  • Consistent Hashing
  • Code Splitting
  • Differential Bundling to support older browsers
  • Diagnostics
  • Error Handling
  • HTTPs
  • Tree Shaking - remove unused code
  • Different dev and prod bundles

Namaste Food

/**

  • Header
    • Logo
    • Nav Items
  • Body
    • Search
    • RestaurantContainer
    • RestaurantCard
  •  - Img
    
  •  - Name of Res, Start Rating, cuisine, delivery time
    
  • Footer
    • Copyright
    • Links
    • Address
    • Contact */