Skip to content

Fncbravo/o1-Zaika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Food Ordering App\

  • Needs CORS Extension to work /**
  • Header
    • Logo
    • Nav Items
  • Body
    • Search
    • RestaurantContainer
    • Restaurant Card
  •  - Image
    
  •  - Name
    
  •  - Rating
    
  •  - Cusines
    
  • Footer
    • Copyright
    • Links
    • Address
    • Contact */

React hooks

(Normal JS utility functions)

  • useState() 80% time - superpowerful state variables in react

  • useEffect() 20% time

  • whenever a state variable updates, react will rerender my component

Reconciliation algorithm (react fiber) - whenever something changes on the ui

Diff algorithm - finds out the difference between 2 doms

  • react does not touch the dom a lot

// Hello world

Routing

  • client side routing
  • server side routing

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published