React Native Jun 14, 2018

State Of React Native 2018

Article Summary

Facebook's React Native team just dropped a major announcement: they're completely rearchitecting the framework. After 5 years of learning what works (and what doesn't), they're rebuilding the internals while keeping your existing apps running.

This 2018 status update from the React Native core team at Facebook reveals how the framework powers massive products like Marketplace (800M monthly users) and the Oculus Go companion app. But success brought architectural limitations that needed fixing.

Key Takeaways

Critical Insight

React Native is getting a complete architectural overhaul to fix the limitations of its original asynchronous, serializable bridge design while maintaining backward compatibility.

The article reveals why the original bridge design (async, serializable, batched) actually made certain features harder to build over time.

Recent from React Native

Related Articles