-
-
Notifications
You must be signed in to change notification settings - Fork 495
Closed
Description
Are you submitting a bug report or a feature request?
feature request
What is the current behavior?
Last release improved experience for TypeScript and Flow users. Now we can have typed Forms and Fields. But it can be improved even more at least for TS users if we leverage JSX generics which are supported by TypeScript. So instead of
const { Form } = withTypes<Types>()
<Form>...</Form>
we will simply
<Form<Types>>...</Form>
WDYT?
Metadata
Metadata
Assignees
Labels
No labels