@johanatan wow, that React + blessed lib looks interesting. I made something rudimentary out of normal cljs atoms here: https://gist.github.com/borkdude/26685d175e117597a249c191396688d8
Anyone know how I can run JS with this syntax in node?
import React, {Component} from 'react';
import blessed from 'blessed';
import {render} from 'react-blessed';
// Rendering a simple centered box
class App extends Component {
I assume this is ES6?@borkdude @babel/cli ?