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

  1. Synchronous layout measure and render react surfaces
  2. Multi priority and synchronous events
  3. can use React Concurrent features (pausing, resuming react updates)
  4. Easier to implement server side rendering for react native