Build interative CLI app with ReScript Ink

I updated my Ink bindings project to the latest version of the ReScript compiler.

Ink is a custom React renderer that lets you easily build interactive CLI applications.

You can make layouts with flexbox and process IO with React Hooks and Suspense.

Existing tools in the ReScript/React land like ReScript Urql + GraphQL PPX also work “as is”.

Demo1: rescript-ink/Cli.res at main · cometkim/rescript-ink · GitHub
Demo 2: https://twitter.com/KrComet/status/1419304264724140034

11 Likes