Follow-up to #34
Problem
Svelte's Object parser always calls JSON.stringify and JSON.parse which doesn't work for complex objects that have Functions.

Proposed Solution
Create React Shims that handle the useRef to simplify the Dev EX for integrating the components.
Alternatives
- Reimplement Web Components using https://lit.dev/ which may or may not have the same Object parsing limitation as Web Components written in Svelte.