Viewing profile — fwouts
fwouts
HN member- Joined
- Wed, Mar 15, 2017, 10:48 AM UTC
- HN karma
- 88
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About fwouts
No profile information was provided.
Recent public activity
-
comment
Comment #41834178
You may want to check out previewjs.com (disclaimer I'm the author) although it's unfortunately not getting much love or attention lately, my kids are using all of that.
-
comment
Comment #40542322
Unless I completely misunderstood the post, a function that calls another function with effects will indeed be "infected". That is, unless the effect ends up being local (such as p…
- story
-
comment
Comment #32274356
Yes! They're called discriminated unions: https://www.typescriptlang.org/docs/handbook/typescript-in-5... Here's an example: https://tseditor.fwouts.com/?t=ZXhwb3J0IHR5cGUgVmFsdWUg…
- story
-
comment
Comment #32272182
This is now implemented. Easier than expected!
-
comment
Comment #32271990
Generating random values is live now :)
-
comment
Comment #32271849
Oh, I was wondering if people would ask for that exact scenario! I'll see if I can make that happen, check again in a few days :)
-
comment
Comment #32258806
Thanks for the feedback! Random values sound like a fantastic idea. It shouldn't be too hard to implement in the current codebase either. I'll add it in the coming days/weeks.
-
story
Show HN: TypeScript Editor that generates structured forms from TypeScript types
Hey HN! I've been doing a lot of work with the TypeScript Compiler API[1] recently as part of my work on Preview.js[2], an IDE extension that lets you preview React/Solid/Vue compo…
-
comment
Comment #31367678
Hey! Author of Preview.js here :) It's early days and you might find that Preview.js can be a little difficult to set up in a large, complex project (working on improving that now)…
- story
- story
- story
-
comment
Comment #28779330
Thank you, appreciate it! :)
-
comment
Comment #28755125
Hi everyone, author here. This was originally an extension for Visual Studio Code to preview React components directly in your IDE (that's still available too, as well as for Intel…
- story
- story
-
comment
Comment #27832899
Hi everyone! I've been working on React Preview for a few months. It's currently only available for Visual Studio Code, but an IntelliJ/WebStorm and CLI versions are also in the wo…
- story
-
comment
Comment #27527554
This is a really cool idea! A bit of self-promotion: I've been building something similar but without the visual editing, integrating directly in your VS Code editor (and soon Inte…
-
comment
Comment #27490384
I was frustrated with people missing emails/slack messages about GitHub pull requests. I built a browser extension that shows a notification pop-up and updates the extension badge …
-
comment
Comment #26923661
I really like seeing efforts being made in this direction. For the last few years I've been using git-town.com, which works quite well but I often end up having to work around it (…
- story
-
comment
Comment #22260524
A colleague of mine who I value as a good tech lead recently wrote some tips based on his experience: https://medium.com/swlh/two-lessons-youll-learn-in-your-firs... He also just p…