Choosing Ember over React in 2016

One month ago, we started working on a new product: Instant 2FA, the easiest way to add two-factor authentication to any site in less than…

Similar

Deep dive: How do React hooks really work?

In this article, we reintroduce closures by building a tiny clone of React Hooks. This will serve two purposes - to demonstrate the effective use of closures in building our React Hooks clone itself, and also to implement a naive mental model of how Hooks... (more…)

Read more »