#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"