Files
talk/docs/frontend/DEBUG.md
T
Belén Curcio 018447f00e Update DEBUG.md
2016-12-23 10:43:59 -03:00

751 B

Debug

How we debug errors at Coral

React Debugging

For debugging React

React Developer Tools

Another amazing tool for debugging React Applications. You can see where the props are, and much more.

React Developer Tools Extension

Redux Debugging

For debugging Redux

Redux Devtool Extension

Redux Devtool is an amazing debug tool. You can easily see what' happening with the state, the payloads, and more.

Redux Devtool Chrome Extension

Redux Devtool Github Repo