Brandon Konkle
Brandon Konkle

Principal Engineer, type system nerd, Rust enthusiast, supporter of social justice, loving husband & father, avid comic & manga reader, 日本語を勉強してる。

Tags


JavaScript

My latest posts on JavaScript, covering topics from the React ecosystem and elsewhere.

Commanding the CLI with Node

Prior to Node v0.12, writing a command line tool in Node was a rather difficult proposition. There was no way to execute a command synchronously, so tools like ShellJS worked around this by blocking the event loop until a 'done' file was created on the filesystem signifying that the command…

Brandon Konkle Brandon Konkle

Architecting Your App with React

In May of last year, Facebook released an open source library for building frontend components called React [http://facebook.github.io/react/]. It's built around some rather unorthodox philosophies about the browser and application structure, but over time it has gained quite a bit of steam as m…

Brandon Konkle Brandon Konkle