mirror of
https://github.com/wassname/talk.git
synced 2026-06-28 16:14:49 +08:00
1.1 KiB
1.1 KiB
title, keywords, sidebar, permalink, summary
| title | keywords | sidebar | permalink | summary |
|---|---|---|---|---|
| Tooling | homepage | talk_sidebar | tools.html |
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
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
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.
- Open http://localhost:3000/api/v1/graph/iql in your browser. (Note, your server an port may differ.)