Skip to content

SaikumarUCM/Namaste_React_Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Namaste React

Parcel

  • Dev Build
  • Local Server
  • HMR = Hot Module Replacement
  • Uses a File Watching Algorithm for HMR. It is written in C++.
  • Caching -> Faster Builds
  • Image Optimization
  • Minification of Files
  • Bundle all the Files
  • Compress the Files( Remove the White Space)
  • Consistent Hashing
  • Code Splitting
  • Differential Bundling -> For older Browsers
  • Good Error Handling
  • Diagnostic
  • HTTPs
  • Tree Shaking -> Remove Unused Code
  • Different dev and prod bundles

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published