Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.14 KB

Awesome React Libraries 🛠️ (WIP)

A collection of "my favourite" tools and libraries for the React ecosystem.

These are the packages I would love to choose in any of my projects, have pretty good APIs, feature rich and (probably) better than other different libraries for the same feature/functionality.

Data Table/ Grids

  • Tanstack table - Powerful Headless UI for building powerful tables & datagrids, Framework Agnostic & Feature Rich.

If you're using MUI or Mantine UI as your UI libraries, instead of building and adding everything from scratch, you can use Material React Table / Mantine React Table which is built by Tanstack Table core team member and uses components from the respective UI library.

Data Fetching/Server State Management

  • Tanstack Query
  • SWR

Headless UI Components

  • Radix UI
  • React Aria Components

UI Libraries

  • MUI
  • Mantine

Charts and Visualization

  • Ant Design Charts

Form Management

  • React Hook Form

Animations

  • Framer Motion