25 Best React Development Tools 2019

Tools are essential for developing any application, especially React, so in this post I’ve gathered 25 Best React Development Tools 2019 for taming the requirements of building and growing modern apps.



Codesandbox Client

An online code editor tailored for web application development. The JavaScript community has sharing as its selling point. It has the biggest open source community and every day new ideas and proposals are shared on Twitter. This is great and a really strong point, but the side effect of this is that there are a lot of tools and configurations to consider before you can start building. CodeSandbox aims to solve this by allowing developers to simply go to a URL in their browser to start building. This not only makes it easier to get started, it also makes it easier to share. You can just share your created work by sharing the URL, others can then (without downloading) further develop on these sandboxes.

Codesandbox Client

Gatsby

Gatsby is a blazing-fast static site generator for React. It allows you to build a React app and have server-side rendering in one single swoop. This removes any SEO anxiety and greatly improves load performance by directly serving pre-rendered content. Any non-essential content and extra functionality can be loaded after the initial load.

Gatsby

Next.js

Next.js is a minimalistic framework for server-rendered React applications. Next.js is backed by an organization which is stable and is also very active in the open-source world. Next is not going away in a couple of months and most likely is here to stay.

Next.js

Create React App

Set up a modern web app by running one command. Facebook’s create-react-app is an easy to way to start developing with React. It lets you concentrate on the development of your components rather than requiring you to first learn how to setup Typescript, Webpack, and Babel. With create-react-app you can create your React app easily. And you can start it locally. So far so good.

Create React App

React Hot Loader

Tweak React components in real time. React Hot Loader is a plugin that allows React components to be live reloaded without the loss of state. It works with Webpack and other bundlers that support both Hot Module Replacement (HMR) and Babel plugins.

React Hot Loader

Loadable Components

React code splitting made easy. Reduce your bundle size without stress.

Loadable Components

React Proto

React-Proto is a React application prototyping tool for developers and designers. React-Proto allows the user to visualize/setup their application architecture upfront and eject this architecture as application files either into a previous project or a new create-react-app project or a starter template from any repository.

React Proto

React Lifecycle Visualizer

An npm package for tracing & visualizing lifecycle methods of arbitrary React components. To trace a component, apply the higher-order component traceLifecycle to it, and all its lifecycle-method calls will show up in a replayable log component.

React Lifecycle Visualizer

Enzyme

Enzyme is a JavaScript Testing utility for React that makes it easier to test your React Components output. You can also manipulate, traverse, and in some ways simulate runtime given the output. Enzyme’s API is meant to be intuitive and flexible by mimicking jQuery’s API for DOM manipulation and traversal.

Enzyme

React Testing Library

Simple and complete React DOM testing utilities that encourage good testing practices.

React Testing Library

Neutrino

Create and build modern JavaScript projects with zero initial configuration. Neutrino is a companion tool which lets you build web and Node.js applications with shared presets or configurations. It intends to make the process of initializing and building projects much simpler by providing minimal development dependencies.

Neutrino

Storybook

Storybook is a development environment for UI components. It allows you to browse a component library, view the different states of each component, and interactively develop and test components.

Storybook

React Sight

React Sight is a live view of the component hierarchy tree of your React application with support for React Router and Redux.

React Sight

Phenomic

When development is done, Phenomic will help you to produce for you static files that you can deploy on any static hosting (HTML, CSS and JavaScript files). The result will be an SEO friendly website (all pages built and can be served as HTML files) and optimised for fast browsing (after the first HTML page, JavaScript files will handle client side navigation and only download what is necessary without full pages reload).

Phenomic

React Cosmos

React Cosmos, a dev tool for UI developers. You may call it a “component playground” or an “isolated dev environment”, but at the end of the day all you need to remember is that it rocks.

React Cosmos

Guppy

A friendly application manager and task runner for React.js. Guppy is a free-to-use desktop application designed to make it easier to get started building React web products. It provides a friendly GUI for many of the typical tasks facing React developers.

Guppy

Reactotron

A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.

Reactotron

React Perf Devtool

A browser developer tool extension to inspect performance of React components.

React Perf Devtool

Kit

Tools for developing, documenting, and testing React component libraries.

Kit

Lucid

A developer tool for engineers working with React and GraphQL.

Lucid

Razzle

Create server-rendered universal JavaScript applications with no configuration. Universal JavaScript applications are tough to setup. Either you buy into a framework like Next.js or react-server, fork a boilerplate, or set things up yourself. Aiming to fill this void, Razzle is a tool that abstracts all complex configuration needed for SSR into a single dependency–giving you the awesome developer experience of create-react-app, but then leaving the rest of your app’s architectural decisions about frameworks, routing, and data fetching up to you. With this approach, Razzle not only works with React, but also Reason, Elm, Vue, Angular, and most importantly .. whatever comes next.

Razzle

Reactide

Reactide is the first dedicated IDE for React web application development. Reactide is a cross-platform desktop application that offers a simulator, made for live reloading and quick React component prototyping. React brings an integrated suite of development tools to streamline react development. The days of flipping between browser, IDE, and server are over.

Reactide

React Styleguidist

React Styleguidist is a component development environment with hot reloaded dev server and a living style guide that you can share with your team. It lists component propTypes and shows live, editable usage examples based on Markdown files.

React Styleguidist

Bit

A tool for developing, distributing and collaborating over reusbale components. Easily share code across projects as a team.

Bit

React Slingshot

React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in.

React Slingshot

Leave a comment

Please be polite. We appreciate that. Your email address will not be published and required fields are marked

This site uses Akismet to reduce spam. Learn how your comment data is processed.