Fabric
Fabric is the new Rendering system for react native. The core principle is to unify render logic in c++, to improve interoperability with host platforms and unlock new capabilties for React Native
Benefits
- Synchronous layout measure and render react surfaces
- Multi priority and synchronous events
- can use React Concurrent features (pausing, resuming react updates)
- Easier to implement server side rendering for react native