#tooling

Found 25 articles tagged with #tooling

JavaScript Source Maps Demystified

This mapping allows developers to view and debug the original source code, even when the production code has been compressed and optimized for performance.

React Boilerplates

Starting a full-fledged React application is hard, you have to setup tons of tools and libraries related to JavaScript language, CSS….

Continuous Integration Tools

Notable continuous integration and continuous delivery tools or services.

Node Version Managers

Tools to manage multiple released Node versions.

React Development Tools

Tools like React DevTools, Storybook, or Reactotron will make your developer experience with React effortless.

Build Systems for Multi-Language Monorepo

Build systems are critical tools to create a repeatable, reproducible and consistent build process especially in a huge monorepos.

Joi - The Best Data Validator for JavaScript

A small, simple, intuitive, and standalone library which allows you to describe what shape of data you want using pure JavaScript.

Flow - JavaScript Static Type Checker

Flow is an open-source static type checker for JavaScript, written in OCaml, backed by Facebook, checks your code for errors through static….

Esbuild - A Fast JavaScript Bundler Written in Go

A trending easy-to-use extremely-fast modern JavaScript bundler and minifier that has API for JavaScript and Go.

JavaScript Monorepo Tools

Managing multi-package JavaScript monorepo using Lerna, Rush, Nx or package managers workspaces.