From 018447f00e09beb515e9ec85c5d9541ae7f50070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Curcio?= Date: Fri, 23 Dec 2016 10:43:59 -0300 Subject: [PATCH] Update DEBUG.md --- docs/frontend/DEBUG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/frontend/DEBUG.md b/docs/frontend/DEBUG.md index 4531eab62..36a7ac0fa 100644 --- a/docs/frontend/DEBUG.md +++ b/docs/frontend/DEBUG.md @@ -6,7 +6,8 @@ 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](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) + +[React Developer Tools Extension](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) ## Redux Debugging @@ -14,6 +15,8 @@ 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](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en) + [Redux Devtool Github Repo](https://github.com/zalmoxisus/redux-devtools-extension)