GitShow/gaearon/redux-devtools-log-monitor
gaearon

redux-devtools-log-monitor

The default monitor for Redux DevTools with a tree view

by gaearon
Star on GitHubForknpm

JavaScript

308 stars65 forks19 contributorsQuiet · 8y agoSince 2015v1.3.0MIT

Meet the team

See all 19 on GitHub →
gaearon
gaearon65 contributions
zalmoxisus
zalmoxisus27 contributions
romanmatiasko
romanmatiasko3 contributions
tomatau
tomatau2 contributions
anibali
anibali1 contribution
calesce
calesce1 contribution
colinmeinke
colinmeinke1 contribution
gpbl
gpbl1 contribution

Languages

View on GitHub →
JavaScript100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

3 of 6 standards met

Community profile →
57
✓README✓License○Contributing✓Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 2 in progress · Last activity 8y ago
See all on GitHub →
localjo
Needs a feature to copy/paste or download the current state objectOpenIssue

I've had a few situations where it would be really convenient for me to get a copy of just the current state object either saved to a pretty-printed JSON file or copied to the clipboard. The existing download button is similar, but since it downloads actions and computed state, I have to shave a few more yaks to get a clean copy of the state object. The current best solution I have is to use react-devtools to select my `JSON.stringify($r.store.getState())` into the console. This works, but requires multiple unintuitive clicks, remembering or finding that code snippet, and then formatting the output. Since this is something I run into often, it would reduce a lot of friction to have a more streamlined solution, like a "Copy current state to Clipboard" button somewhere in the UI. Another user suggested being able to copy the contents of the log monitor panel just by clicking and dragging, which is another potential solution that would work for this use case. I'm more than happy to open a PR for this and implement the feature, but before I spend a lot of time on it, I just wanted to check whether or not this is a feature you'd be interested in merging, and if you have any thoughts about the design of the UI/UX for this feature.

localjo · 3y ago
koalex
React v16 warningOpenIssue

In react v16.12 has warning: ... ...

koalex · 5y ago
oshikryu
Warning: Expected `onClick` listener to be a function, instead got `false`.OpenIssue

In using the `` component, I am getting warnings about a prop used in the module. Here is my usage: my module versions: How do I fix this behavior? It is making the console very noisy

oshikryu · 7y ago

Recent fixes

View closed PRs →
phamcharles
Adds redux store log import and export functionalityMergedPR

Adds import and export functionality to the log monitor Start the discussion on where to store the redux store log information. Currently the log information is stored in localstorage for the initial conversation.

phamcharles · 4y ago
Mistereo
Sort state keys alphabeticallyClosedIssue

Can we add ability to show state keys in alphabetical order?

Mistereo · 6y ago
dmnd
expand action payload by defaultClosedIssue

When using flux standard actions I have to click the property to see the contents of the action. I guess I could stop using FSA, but another option could be for LogMonitor to expand the payload by default.

dmnd · 7y ago
Structured data for AI agents

Repository: gaearon/redux-devtools-log-monitor. Description: The default monitor for Redux DevTools with a tree view Stars: 308, Forks: 65. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Latest release: v1.3.0 (9y ago). Open PRs: 2, open issues: 6. Last activity: 8y ago. Community health: 57%. Top contributors: gaearon, zalmoxisus, romanmatiasko, tomatau, anibali, calesce, colinmeinke, gpbl, khankuan, alexkuz and others.

·@ofershap

Replace github.com with gitshow.dev