Replies: 1 comment
-
Thanks you @clord ! I'm moving to to Discussions :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Often I have to write boilerplate like this in non-component places of my application:
Describe the solution you'd like
similar to
withHooks
, would be nice to have a way to generate a function that bakes these types and the document. Not sure what the best way to pass parameters is, but would look perhaps something like this (could maybe use typescript 4 var-args?) :Describe alternatives you've considered
I currently roll this manually.
Beta Was this translation helpful? Give feedback.
All reactions