Babel Plugin Jsx Dom Expressions Versions Save

A JSX to DOM plugin that wraps expressions for fine grained change detection

v0.7.0

5 years ago

Aligns this Babel plugin with the recent updates to DOM Expressions to handle multiple render APIs.

v0.6.0

5 years ago

This release separates the Runtime from the Babel Plugin to better support Rendering API's.

v0.5.3

5 years ago
  • Add dynamic spread syntax `{...( )}
  • Add forwardRef to forward native references from Function Components

v0.5.2

5 years ago
  • Add dynamic attributes {( )} to Function Components
  • Ensure inertness (non-tracking) in Control Flow

v0.5.0

5 years ago
  • Add fallbacks for control flow
  • Add portal and suspend control flow
  • Use comment placeholders instead of empty text nodes