React Figma
A React renderer for Figma
UI Primitives support
Compatible with react-native, react-native-web, react-sketchapp API: View, Text, StyleSheet, etc. are supported.
Yoga Layout
It's possible to describe layouts with flexboxes instead of absolute positioning. Flexboxes implemented through the Yoga Layout library and supports all available features like justify-content or flex.
React
The renderer supports a hydration (applying changes without re-creating existing nodes) and other React features like a state, Hooks, Context, etc.