question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Devtools for choo

See original GitHub issue

Hey, 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:closed
  • Created 7 years ago
  • Comments:17 (9 by maintainers)

github_iconTop GitHub Comments

4reactions
michalczaplinskicommented, Nov 27, 2016

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.

0reactions
yoshuawuytscommented, Mar 21, 2017

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!

Read more comments on GitHub >

github_iconTop 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 - UNPKG
The CDN for choo-devtools.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found