Skip to content

vcodesup/ReactJsTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Namaste React!

#Parcel - Heavy Work Bundler!

  • Dev Build
  • Local Server
  • HMR ( Hot Module Replacement )
  • File Watching Algorithm - Written in CPP - Watches on the changes in the file
  • Caching - Faster Builds! Stores Cache in Project Folder
  • Image Optimization
  • Minification of files - Production Build
  • Compress the files.
  • Consistent Hashing
  • Differential Bundling - To Support Older Browsers [ Different Bundles for Different browsers ]
  • Code Splitting
  • Better Error Interface
  • Https Support for Test
  • Tree Shaking Algorithm - Removes unused code
  • Different builds - dev and prod

When parcel generates a build it stores the code in dist

browserList ==> Configuration to make our apps work for specific versions, at any level(country too)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors