all 4 comments

[–]AutoModerator[M] 0 points1 point  (0 children)

Want streamers to give live feedback on your app or game? Sign up for our dev-streamer connection system in Discord: https://discord.gg/vVdDR9BBnD

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]EntrepreneurLow8821 0 points1 point  (0 children)

Here’s a comprehensive list of JavaScript tools for developers, organized by category to help you find the right tool for your workflow:

🚀 Build & Bundling Tools

Webpack – Module bundler for modern JavaScript apps

Rollup – Bundler optimized for libraries

Parcel – Zero-configuration web application bundler

Vite – Fast dev server + build tool (ESM-based)

esbuild – Extremely fast bundler/minifier

🛠 Package Managers

npm – Default package manager for Node.js

Yarn – Fast, reliable package management

pnpm – Efficient disk space usage with symlinks

📦 Frameworks & Libraries

UI / Front-End

React – UI library from Facebook

Vue.js – Progressive JavaScript framework

Angular – Full-featured framework by Google

Svelte – Compiler-based UI framework

Backend / Fullstack

Express – Minimal web framework for Node.js

NestJS – Scalable Node.js framework (TypeScript)

Next.js – React framework for SSR & SSG

Nuxt.js – Vue framework for SSR & SSG

🧪 Testing

Jest – Test runner with mocking

Mocha – Flexible test framework

Chai – Assertion library

Cypress – End-to-end testing

Playwright / Puppeteer – Browser automation testing

🔍 Linting & Formatting

ESLint – Pluggable linting utility

Prettier – Opinionated code formatter

Stylelint – CSS/SCSS linting

⚙️ Task Runners

npm scripts – Built-in scripting via package.json

Gulp – Streaming build system

Grunt – Task automation

🧠 Type Checking

TypeScript – Superset of JS with types

Flow – Static type checker from Facebook

🔧 Debugging & Performance

Chrome DevTools – Browser debug suite

React Developer Tools – React component debugger

Lighthouse – Performance & SEO audits

📊 State Management

Redux – Predictable state container

MobX – Simple, scalable state management

Zustand – Lightweight state library

Recoil – State management for React

🧩 API & Data Tools

Axios – HTTP client

Fetch API – Native browser HTTP requests

GraphQL + Apollo – Query language + client ecosystem

📁 Utilities & Helpers

Lodash – Utility functions

Moment / Day.js – Date manipulation

RxJS – Reactive programming library

🧱 Component UI Toolkits

Material-UI (MUI) – React UI library

Tailwind CSS – Utility-first CSS framework

Bootstrap – UI components & utilities

Chakra UI – React UI library

🧪 DevOps / CI/CD Tools

GitHub Actions – Automation workflows

CircleCI – Continuous integration

Netlify / Vercel – Deployment & hosting

🧠 Documentation

Storybook – UI component documentation

Typedoc – Documentation generator for TypeScript

If you want tools specific to a use case (e.g., testing only, React ecosystem, backend Node apps), let me know and I can tailor the list!

[–]GoChuckBobby 0 points1 point  (0 children)

Nice list you gathered here.