thejayeshsoni / react-the-good-parts

This Git repository contains all my learning about JS client side library REACT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Learning

02restro

Parcel

  • Dev Build
  • Local Server
  • HMR = Hot Module Replacement
  • File-watching Algorithm [written in C++]
  • Caching [to generate faster builds]
  • Image Optimization
  • Minification
  • Bundling
  • Compress
  • Consistent Hashing
  • Code Splitting
  • Differential Bundling [to provide support for older browsers]
  • Diagnostics
  • Error Handling
  • Tree Shaking [to remove unused code]
  • Different dev and prod bundles

Shimmer UI Effect

01shimmer

Filteration of Restaurants

03filtered restros

Labeling

with-label

Accordion

accordion accordion-1

About

This Git repository contains all my learning about JS client side library REACT.


Languages

Language:JavaScript 96.2%Language:CSS 2.2%Language:HTML 1.5%