Writing command-line interfaces (CLIs) with React. Wait, what? Yeah!
- 11:30
- -
- 12:00
June 27, 2023
12:00
11:30
Hall B
Intermediate | English
React was originally created as a library for building composable user interfaces. It encourages the creation of reusable UI components that present data which changes over time, and is very popular among web and mobile developers. What you probably didn’t know is that by leveraging the React component model, developers can also create intuitive, beautiful and powerful command-line applications. Let’s dive into it!