You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the new outputs allowing new transforms (previously mimetypes), we should allow plugins to build there own transforms and add them in.
🏁 Motivation
This could allow for custom component results without the need for kernel interception. It will also allow for adding new transform types hydrogen doesn't support.
📝 Summary
With the new outputs allowing new transforms (previously mimetypes), we should allow plugins to build there own transforms and add them in.
🏁 Motivation
This could allow for custom component results without the need for kernel interception. It will also allow for adding new transform types hydrogen doesn't support.
🏃 Approach
Our Plugin API could take in a react class/function and add it to supportedMedia for rendering.
⚓ Drawbacks
Unsure at what limitations there are yet, and I wonder if result rendering would slow.
The text was updated successfully, but these errors were encountered: