Ink: React for interactive CLI apps
github.com
Ink: React for interactive CLI apps
1–10 of 109 posts
Re: Ink: React for interactive CLI apps
#2Amazing work!
Re: Ink: React for interactive CLI apps
#3I don't know how I feel about writing CLIs in JS. Just seems a little bit janky to me, and I don't know why. I wonder if there's any push to have something JSXish in Go, even if it requires a pre-compiler to achieve the syntax, just for CLI apps like this. Then again, maybe I'd just rather stick with something like Nim where you can just have a first-class DSL through the macro system.
Re: Ink: React for interactive CLI apps
#4Re: Ink: React for interactive CLI apps
#5Re: Ink: React for interactive CLI apps
#6Re: Ink: React for interactive CLI apps
#7Re: Ink: React for interactive CLI apps
#8Saving the world, one GitHub project README banner at a time. I don't know how I feel about writing CLIs in JS. Just seems a little bit janky to me, and I don't know why. I wonder if there's any push to have something JSXish in Go, even if it requires a pre-compiler to achieve the syntax, just for CLI apps like this. Then again, maybe I'd just rather stick with something like Nim where you can just have a first-class…
0: https://github.com/a-h/templ 1: https://github.com/maragudk/gomponents
Re: Ink: React for interactive CLI apps
#9Re: Ink: React for interactive CLI apps
#10I get that there's a lot of people only comfortable in the js-landscape, but I still think this is a weird tool for the job. If performance is a concern there's no way node is the right thing to start, and react just seems silly to me here. Should be noted that I do a big portion of my day to day work in react - no hate on the framework.