Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Augury for React #37

Open
arminghobadi opened this issue Jan 4, 2019 · 1 comment
Open

Augury for React #37

arminghobadi opened this issue Jan 4, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@arminghobadi
Copy link

arminghobadi commented Jan 4, 2019

Looks to me like the core framework is pretty framework-agnostic and could be used to debug React apps with little changes, particularly the bootstrapping part.

The probes and the plugins are Angular specific and for React, we would need to write new ones, but the dispatch bus should work as is.

I would like to use this to debug my React app. For example I like to know which of my components are re-rendering, how many times and why are they re-rendering.
I could take a go at it to support debugging React apps using Augury?

@santiago-elustondo
Copy link
Contributor

Makes sense to me.

We would have to split out the Angular-specific Probes, Enhancers, etc. as they are currently bundled in with the core framework.

Sounds totally doable, though.

@santiago-elustondo santiago-elustondo added the enhancement New feature or request label Jan 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants