Skip to main content

React Ecology

🤖WARNING
The English translation was done by AI.
tip

🔥: Currently popular, active community

🚧: Community no longer active

Bundling Tools

  • webpack
  • 🔥 vite

Initialization/Scaffolding

  • create-react-app
  • umi
  • storybook

Routing

  • react-router

Testing

  • jest
  • vitest
  • 🔥 react-testing-library
  • jest-dom
  • 🚧 enzyme

Styling

  • 🔥 tailwind
  • sass
  • css-in-js

Component Libraries

  • ant-design
  • material-ui
  • 🔥 chakra-ui
  • 🔥 radix-ui
  • mantine
  • daisy-ui (based on tailwind)
  • headlessui (based on tailwind)

State Management

  • react-redux
  • mobx
  • 🔥 zustand

Animation

  • 🔥 Framer Motion

Hooks

  • ahook
  • react-use

Platforms

  • 🔥 Vercel
  • Railway
  • 🔥 Supabase (Database)

Immutable

  • 🔥 immerjs

Full Stack

Next.js

Scaffolding

  • 🔥 create-t3-app