DEV Community

[Comment from a deleted post]
Collapse
 
vonheikemen profile image
Heiker • Edited

My favorite is codepen, I usually don't need anything fancy so it's perfect. And now that ESmodules are supported, stuff like this work.

import S from 'https://jspm.dev/sanctuary@3.0.0';

console.log (S.show (S.Pair (true) ('what?')));
Enter fullscreen mode Exit fullscreen mode

That only saves me like two clicks but I love it. I would also like to mention webmaker, is like codepen but works offline (I think is faster, too).

If I do need something fancy I go for stackblitz. It's a VScode on the browser, like codesanbox.

This one I love, I just saw it a couple of months ago, it's called observablehq. I think the main use is for data visualization but since it supports markdown it opens the posibility to create articles with interactive examples. I had a lot of fun creating this one.