🎤 Building interactive command line applications
- 👤 Mathias Buus Madsen
- GitHub: mafintosh
📹
Video:
https://youtu.be/p6xdsBmPWGw
Building complex applications that run in the terminal can be tricky. They usually have a ton of state and if you want to update the terminal output you have to understand things like ANSI codes or frameworks like ncurses. What if, instead, we used a simple approach, similar to writing React web apps, where you always render your entire application but then use a framework that can figure only to update the small diff that actually changed. That's exactly what the diffy framework does! I this talk I'll talk about fun command line apps and do live coding to show how easy they are to write.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.