Frameworks - React
The library for web and native user interfaces
build environments
- vitejs.dev
- nextjs.org
routing
- react router
- tanstack router
client state mgt
- redux toolkit
- zustand
server side state mgt
- tanstack query
- rtk query (redux toolkit)
- apollo client
form handling
- formik
- react hook form
testing
- vitest - unit tests
- react testing library - virtual DOM to test react components!
- playwright - end-to-end testing library
styling
- tailwindcss
- styled components
- emotion
UI Component Library
- material UI
- mantine
- ant design
- chakra
- tailwind css frameworks
- - headless ui
- - daisy ui
- - shadcn
animation
- react-spring
- framer motion
data visualization
- victorychart
- react-chartjs-2
- recharts
tables
- tanstack table
internationalization
- react-i18next
- format.js
dev tools
- react developer tools
- redux dev tools
- react testing library dev tools
- testing playground
- react hook form dev tools
- tanstack query devtools
documentation
- docusaurus
- nextra
component dev env
- storybook
type checking
- TypeScript
mobile apps
- react native
- testing play
cool libraries
- dnd kit (drag & drop)
- react-dropzone (file uploads)
- firebase (authentication)
- supabase (authentication)