- editor.js – Rich editor to JSON.
- stale – Low level tool for making rich editors.
- stale-react – React binding.
- stale-plugins – Plugins.
- simplebar – Customizable scroll bar.
- simplebar-react – Customizable scroll bar.
- react-table – Customizable table.
- react-simple-code-editor – Code editor.
- dnd-kit – Drag and Drop.
- apollo-client – GraphQL client.
- relay - GraphQL client by Facebook.
- react-query – Hooks for fetching, caching and updating asynchronous data.
- swr - SWR is a React Hooks library for remote data fetching by Vercel.
- mobx – Context-like state management.
- webpack – Modular JavaScript/TypeScript bundler.
- esbuild – Very fast JavaScript/TypeScript build tool.
- prettier – Very fast code formatting.
- serve – Static file serving.
-
next.js – Create a react app with server side rendering.
- next-translate – I18n plugin.
-
vite – Vanilla JavaScript/TypeScript, Vue, React, Preact.
-
create-react-app – By Facebook.
- craco – Override/extend create-react-app config.
- react-app-rewired – Override/extend create-react-app config.
-
parcel – Fast zero-configuration bundler.
- ts-node – TypeScript execution and REPL.
- ts-node-dev – ts-node, but with auto-reloading.
- nodemon – Node.js, but with auto-reloading.
- ioredis – Redis bindings for Node.js.
- socket.io – Event-based WebSockets wrapper.
- typeorm - ORM for SQL databases.
- prisma – ORM for SQL databases with GraphQL-like schema definiton.
- apollo-server – GraphQL server.
- msw – REST/GraphQL API mocking.
- supertest – Testing Node.js HTTP servers.
- cypress – End to End testing framework.
- playwright – Chromium/Firefox/WebKit testing by Microsoft.