Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
I don't believe the answer is black or white, hot or cold, or any other binary reality. You seemed to agree because you expressed 99% of the time. Of course, that implies you have written a hundred or more functions. If so, congrats on the productivity. So, it seems the question is can we make it optional as Vue does? In the script tag in Vue, we put P.S. |
Beta Was this translation helpful? Give feedback.
-
I've been using Supabase for a while now, and overall I love it as a platform. In the past I've also used Hasura, and the UI and developer experience here is great, except for one thing. Typescript.
When I'm creating a Function, 99% of the time it's a basic interaction with a 3rd party API. Usually there aren't Deno libraries, so it's either spend time defining a bunch of types which are only used once, or
Record<string, any>
and be done with it.I tried really hard to embrace it, but in the end I spent more time fixing Typescript issues than I did actually getting stuff done. I'd be curious to hear what other people think?
15 votes ·
Beta Was this translation helpful? Give feedback.
All reactions