Make any TypeScript function durable
useworkflow.dev
Make any TypeScript function durable
1–10 of 89 posts
Re: Make any TypeScript function durable
#2Re: Make any TypeScript function durable
#3Of all the syntax options they could've gone with, they settled on what I would say is arguably the worst. If you want a one-liner, decorators are widely used across different languages and Typescript supports them as well.
> I'm trying to find how they implemented the "use workflow" thing, and before I could find it I already found https://github.com/vercel/workflow/blob/main/packages/core/s...
> Telemetry is part of the core.
> Yuck.
Re: Make any TypeScript function durable
#4Of all the syntax options they could've gone with, they settled on what I would say is arguably the worst. If you want a one-liner, decorators are widely used across different languages and Typescript supports them as well.
Re: Make any TypeScript function durable
#5Of all the syntax options they could've gone with, they settled on what I would say is arguably the worst. If you want a one-liner, decorators are widely used across different languages and Typescript supports them as well.
My bad, this is open telemetry stuff to check the status of your servers, not for vendors to extract as much data as they can from you. > I'm trying to find how they implemented the "use workflow" thing, and before I could find it I already found https://github.com/vercel/workflow/blob/main/packages/core/s... > Telemetry is part of the core. > Yuck.
Re: Make any TypeScript function durable
#6I don’t like having custom bundler logic for my code.
Re: Make any TypeScript function durable
#7I guess in the end it's another abstraction layer for queues or state machines and another way to lock you into Vercel.
Re: Make any TypeScript function durable
#8Re: Make any TypeScript function durable
#9Earlier quoted context omitted.
My bad, this is open telemetry stuff to check the status of your servers, not for vendors to extract as much data as they can from you. > I'm trying to find how they implemented the "use workflow" thing, and before I could find it I already found https://github.com/vercel/workflow/blob/main/packages/core/s... > Telemetry is part of the core. > Yuck.
It's on the landing page, there is not even a standalone mode yet, so you can't use it with node.js you need to use with Next.js. All to say, it's just early alpha preview, I would wait the project to mature before considering using it anywhere.
Re: Make any TypeScript function durable
#10Starting to scatter magic strings throughout a code base feels like a real step back.