Devtools for choo
See original GitHub issueHey, thanks for the great little framework! I would like to take a stab at implementing a browser devtool for choo.
In the only previous suggestion for this feature ( #152 ) the suggested API would use the plugins for that:
const choo = require('choo')
const devtools = require('choo-devtools')
const app = choo()
app.use(devtools())
Does that still reflect the current thinking on the issue?
Issue Analytics
- State:
- Created 7 years ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
choojs/choo-devtools: - Expose a choo instance on the window
This module exposes a function that return a choo store. The function accept a single option argument, with the following properties: filter: A...
Read more >choo-devtools examples - CodeSandbox
Choo Devtools Examples. Learn how to use choo-devtools by viewing and forking example apps that make use of choo-devtools on CodeSandbox.
Read more >and to trigger something in a parent node, an event is emitted.
Choo comes with some built-in events to interact with the DOM. One of these events is DOMContentLoaded, which fires when the DOM has...
Read more >choo-devtools CDN by jsDelivr - A free, fast, and reliable Open ...
Free Open Source CDN for choo-devtools. Looking for a nice landing page for your package? https://www.jsdelivr.com/package/npm/choo-devtools.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Umm, no one is forcing you to write it or use it. I also don’t think that you should be discouraging people from contributing @Ryuno-Ki.
That said, I don’t want this issue to turn into a debate about relative merits / drawbacks of browser devtools, so would be great if we could stick to constructive comments here.
@yoshuawuyts Thanks for pointing out @forresto’s work. cycle.js has a similar devtool and it’s pretty cool. I would like to take it in a similar direction.
to be honest I think the new
choo-log
+ https://github.com/yoshuawuyts/choo-expose are all we need. Devtools are cool, but I no longer think we need a choo specific one. Thanks!