reactFLO
A dev tool that helps developers visualize the flow of state through their React app
Cos'è reactFLO?
reactFLO è un'estensione di Chrome sviluppata da reactflo, e la sua funzione principale è "A dev tool that helps developers visualize the flow of state through their React app".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione reactFLO
Scarica i file di estensione reactFLO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
As React applications scale, tracking the flow of state and props can be difficult. reactFLO allows developers to see their component hierarchy tree and identify the flow of state and props through their application, as well as their relationship with other components that may hold those props.
Informazioni di Base sull'Estensione
Nome | reactFLO |
ID | dcfgjebpfnpkeanpdingcfgcdjbkplim |
URL Ufficiale | https://chromewebstore.google.com/detail/reactflo/dcfgjebpfnpkeanpdingcfgcdjbkplim |
Descrizione | A dev tool that helps developers visualize the flow of state through their React app |
Dimensione del File | 5.17 MB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-05-31 |
Data di Pubblicazione | 2020-05-31 |
Sviluppatore | reactflo |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "reactFLO", "version": "1.0", "description": "A dev tool that helps developers visualize the flow of state through their React app", "background": { "scripts": [ "background.js" ] }, "devtools_page": "devtools.html", "content_scripts": [ { "matches": [ " |