Fork me on GitHub
#lumo
<
2018-05-31
>
borkdude09:05:40

@johanatan wow, that React + blessed lib looks interesting. I made something rudimentary out of normal cljs atoms here: https://gist.github.com/borkdude/26685d175e117597a249c191396688d8

borkdude09:05:40

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?