Skip to content

Support React form fields#995

Open
markspolakovs wants to merge 14 commits into
masterfrom
marks/react
Open

Support React form fields#995
markspolakovs wants to merge 14 commits into
masterfrom
marks/react

Conversation

@markspolakovs

Copy link
Copy Markdown
Member

With this, you can use a React (well actually Preact) component as a MyRadioFormField semi-seamlessly.

Caveats:

  • It uses ES Modules, so no bundling/minification is performed on the field file
  • It uses Preact rather than React (because React doesn't properly support ESM)
    • TODO: add preact/compat so we can use all React libraries (need to figure out how on earth preact/compat works with ESM)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant