Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 672 Bytes

File metadata and controls

32 lines (28 loc) · 672 Bytes

🍔 A food delivery project developed while learning React, Redux Toolkit, Tailwind CSS and Parcel bundler.

  • app layout component
    • header
    • logo
    • navList - About, Contact, Cart
  • body
    • search
    • restaurantsContainer
    • restaurantCard (many)
    • Image
    • Name
    • Cuisines
    • Rating
  • footer

Parcel Advantages

  • Dev Build
  • Local server
  • HMR - Hot Module Replacement
  • File Watching Algorithm
  • Caching for faster builds
  • Image Optimization
  • Minification
  • Bundling
  • Compress
  • Code Splitting/ Lazy Loading/ Chunking/ On Demand loading
  • Tree Shaking
  • Diff Dev and Prod Builds

Bundle Chunking/ Lazy loading/ Code Splitting/ On Demand Loading