Files
talk/docs/tools.md
T
2017-05-26 11:37:33 -04:00

37 lines
1.1 KiB
Markdown

---
title: Tooling
keywords: homepage
sidebar: talk_sidebar
permalink: tools.html
summary:
---
## Debugging
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](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
### 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](https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en)
[Redux Devtool Github Repo](https://github.com/zalmoxisus/redux-devtools-extension)
### GraphQL
Talk ships with GraphiQL, a live data layer IDE. We strongly recommend using GraphiQL early and often as you work with all things queries, mutations and subscriptions!
* [Install Talk](install-source.html).
* Open http://localhost:3000/api/v1/graph/iql in your browser. (Note, your server an port may differ.)