Skip to content

gurnadhamChandra/React-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#React Project NamsteDev 🚀

#parcel: -Dev Build -Local Server -File Watching Algorithim -written in c++ caching-Faster builds -HMR: Hot Module Replacement -image optimisation -minification -bundling -compress -consistent hashing -code splitting -Error handling -Differntial Bundling support older browser -Diagnostic (clear error showing where we are getting error) -HTTPS -Tree shaking -remove unused code

// Food App /*Header

  • -logo, -Navlink, *Body, -search, -RestaurantConntaiener -Restaurant Card *Footer -copyrights -links, -address, -contact */

// Two types of imports / exports

Default export /import export default Compoenent; import Compoenent from "path"

named Export /import

export const compoennt; import {component} from "path"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors