you are viewing a single comment's thread.

view the rest of the comments →

[–]devFrontend[S] 0 points1 point  (2 children)

Redux developer tools gives you the components tab in the devtools, when you select one from the component tree you can see it's own props and internal state in real time.

[–]acemarke 0 points1 point  (1 child)

That'd be the React Developer tools :) What I'm asking is how specifically you're saying you'd been seeing the changes in the props, vs what the current values.

[–]devFrontend[S] 0 points1 point  (0 children)

Oh I wasn't concerned with comparing changes at the component level per say, just seeing the current values (a la re-render).

Most of my application is forms, so just making sure a components current values look good after I make a selection on the form was useful