UI Library
NPM
Data Fetching
GraphQL Data Fetching
CSS Styling
- clsx - A tiny utility for constructing className strings conditionally
- Styled Component
- Utility-First-CSS (most popular)
- CSS-in-CSS
- CSS-in-JS
- e.g. StyleX by Facebook (compiles to utility-first CSS)
- e.g. Styled Components (personally I'd not recommended runtime CSS-in-JS anymore due to performance and other problems in server-side environments)
- CSS-in-TS (which support TypeScript and server-side-rendering)
Animation Library