React Redux DevTools & libraries - Tuong-Nguyen/JavaScript-Structure GitHub Wiki

Chrome Extensions

  • React DevTool: shows you the root React components that were rendered on the page, as well as the subcomponents that they ended up rendering.
  • Redux DevTool: provides power-ups for your Redux development workflow. Apart from Redux, it can be used with any other architectures which handle the state.
  • ImmutableJS Object Format: Transforms Immutable JS objects to a more readable format when they are logged to the console.