/Food-App

Primary LanguageJavaScript

Parcel

  • dev build
  • local server
  • HMR=Hot module replacement
  • file watching algo written in cpp
  • caching -image optimization -minification
  • do bundelling
  • compresssing
  • consistent hashing

React Hooks

  • They are normal JS Functions
  • Written by facebook
  • useState()->super powerful react varible
  • useEffect()->

2 types of Routing in web apps

  • client side routing
  • server side routing