XState Ninja
A powerful devtool for XState state machines
Cos'è XState Ninja?
XState Ninja è un'estensione di Chrome sviluppata da rlaffers, e la sua funzione principale è "A powerful devtool for XState state machines".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione XState Ninja
Scarica i file di estensione XState Ninja 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
XState Ninja is a devtool panel for tracking state machines implemented with the XState library. It provides a better developer experience than the widely used Redux devtools extension for monitoring state machines. XState Ninja is more ergonomic and removes common pain points experienced with Redux devtools: 👉 more than one machine can be tracked at once in multiple swimlanes 👉 machine state is clearly visible (including parallel states) 👉 no events are missed regardless of when the devtool was opened 👉 side effects (invoked services and actions) are clearly visible 👉 all invoked or spawned actors are monitored, including invoked/spawned callbacks and promises 👉 dead actors are clearly marked (💀) so there is no confusion if multiple machines of the same ID are started
Informazioni di Base sull'Estensione
Nome | XState Ninja |
ID | cogeldipmkjdfjgjkghlmhehejpmcfif |
URL Ufficiale | https://chromewebstore.google.com/detail/xstate-ninja/cogeldipmkjdfjgjkghlmhehejpmcfif |
Descrizione | A powerful devtool for XState state machines |
Dimensione del File | 224 KB |
Conteggio Installazioni | 391 |
Versione Corrente | 1.7.2 |
Ultimo Aggiornamento | 2023-10-21 |
Data di Pubblicazione | 2022-09-19 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | rlaffers |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rlaffers/xstate-ninja |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "XState Ninja", "author": "Richard Laffers", "description": "A powerful devtool for XState state machines", "version": "1.7.2", "manifest_version": 3, "homepage_url": "https:\/\/github.com\/rlaffers\/xstate-ninja", "background": { "service_worker": "background\/background.js", "type": "module" }, "devtools_page": "devtools\/devtools.html", "permissions": [ "storage" ], "icons": { "16": "assets\/icon_16x16.png", "32": "assets\/icon_32x32.png", "48": "assets\/icon_48x48.png", "128": "assets\/icon_128x128.png" }, "web_accessible_resources": [ { "resources": [ "inject\/xstate_ninja.js" ], "matches": [ " |