Tide: A New Flux-Like State Management Library for React — A simple state management library that adopts the unidirectional state flow approach prescribed by Flux, but removes the dispatcher entirely and the contract that comes with it.
Joel Besada code
Building a React from Scratch — One way to understand a system is to build something similar of your own. In just 30 minutes, Paul O Shannessy does just that - rebuilding a very simple React-a-like.
Paul O Shannessy video
Introducing React Router Native — A routing library for React Native that strives for sensible API parity with react-router.
Jake Murzy native
How React Native Dies — A pre-mortem on React Native. Here Matt Dupree invites us to imagine how React Native dies so that we can make sure that it lives in the long run.