Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 751 Bytes

nix_web_setup.md

File metadata and controls

13 lines (7 loc) · 751 Bytes

Nix web prerequisites

React Dev Tools Chrome extension

The React Dev Tools Chrome extension lets you inspect the React component tree for web applications in Chrome. You can install it by navigating here on Chrome.

Make sure to restart Chrome after installing the extension!

Redux Dev Tools Chrome extension

The Redux Dev Tools Chrome extension lets you watch for Redux actions and inspect the Redux store state for web applications in Chrome. To install it, navigate here on Chrome.

Make sure to restart Chrome after installing the extension!