React

React integration for SpineEditor.

This repo does not currently ship @spine-editor/react.

Use @spine-editor/core and @spine-editor/dom directly. The DOM runtime is framework-agnostic: mount it into a real element, subscribe to engine commits when React state needs to mirror editor state, and destroy the runtime when the component unmounts.

A React package should stay thin when it exists: adapt engine commits to React lifecycle and state, without introducing a second editing model.