DEV Community

Discussion on: My go-to React libraries for 2021

Collapse
 
bartrobel profile image
Salim Korkmaz

-State Management

-> for Network -> SWR (but RQ is same)
-> for UI -> (Redux Toolkit but Zustand seems easier)
-UI -> Material Design (Chakra or Ant is ok but no more bootstrap)
-Forms -> React Hook Form
-Framework -> Next.js
-Deploy -> Vercel
-Bonus -> yup (validation) , date-fns (date things) , classnames (html class helper)

Collapse
 
csulit profile image
Christian Angelo M Sulit

Do you have sample project for nextjs and ant?

Collapse
 
bartrobel profile image
Salim Korkmaz