Jest : Jest is used by Facebook to test all JavaScript code including React applications. Complete and easy to set-up JavaScript testing solution. Works out ...
React Storybook : Isolate your React UI Component development from the main app. Now you can develop and design React UI components without running your app. You just l...
JS Bin : JS Bin is a tool for experimenting with web languages. In particular HTML, CSS and JavaScript, but JS Bin also supports other languages too (like Mark...
JavaScript Code Style checker : jscs is a code style checker. jscs can check cases, which are not implemented in jshint, but it does not duplicate jshint functionality, so you should...
Redux : Redux is a predictable state container for JavaScript apps.
It helps you write applications that behave consistently, run in different environments (c...
Enzyme is a JavaScript Testing utility for React that makes it easier to assert, manipulate, and traverse your React Components' output.