Brandon Konkle
Brandon Konkle

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

Tags


Brandon Konkle

React

State Management with Redux

If you follow React developers on Twitter, you've probably been hearing the name Redux [https://www.npmjs.com/package/redux] come up a lot lately. There's a good reason for this - Redux solves one of the biggest and most frustrating pain points for most React developers - state management.…

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

React

I just found out about React [http://facebook.github.io/react/], a JavaScript library from Facebook The philosophy is really interesting. As I understand it, when there are changes to the data they render to a shadow DOM (which is very fast since nothing is actually updated on the screen), diff it…

Brandon Konkle Brandon Konkle