Replies: 1 comment 3 replies
-
my recommendation still stands, not only because of TS, but because it creates low level abstractions that are likely too low-level. The |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Saw this discussion #3227. At that time, something like this is discouraged, because of how problematic the TS type can get:
Instead we should only offers a slection of options that we actually want the user to be able to override, e.g.
Is it still the case? Or am I better of using the
constructXQuery
pattern, which allows me to have full access to the options if needed? i.e.Beta Was this translation helpful? Give feedback.
All reactions