Fork me on GitHub
#clojure-nl
<
2018-09-28
>
thomas07:09:20

good morning!

bbss07:09:49

morning! (although noon here in Korea)

bbss07:09:34

working on a data visualization with http://deck.gl + fulcro + clojurescript visualizing flight data. really fun and challenging project.

bbss07:09:17

Lot's of data so needs web-workers to not stutter. Working on that lately.

arnout08:09:52

@gklijs That next-cljs sounds very interesting! Next.js offers a lot of good things out-of-the-box, so nice to see that ClojureScript can build upon that.

gklijs08:09:45

It’s not without problems through, probably would be nicer id there was a ‘pure’ cljs solution for this.

borkdude08:09:58

morning. writing an html email with hiccup and embedding css

borkdude08:09:19

next.js tl;dr?

borkdude08:09:10

oh this sounds something I talked about with @steven_t

arnout08:09:22

Little React framework with SSR, code splitting, pre-loading pages, styled-components, et cetera, based on a couple of conventions (not too many)

arnout08:09:47

@gklijs What were the problems?

gklijs08:09:05

likely Thomas Heller will cook something in the near future 🙂