Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 346 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 346 Bytes

Setup React Project from Scratch ( without create-react-app )

Concepts Covered

  • Setup react project along with typescript using webpack and babel
  • Creating reusable Pagination hook and component
  • Creating table having filter and sort options
  • configuring tailwindcss

Haven't focused much on ui 😅, but emphasized on the concepts