Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
128 stars 47 forks source link

Runnable new-and-enhanced JS samples directory for v3 #438

Closed hossam-nasr closed 1 year ago

hossam-nasr commented 1 year ago

This PR tackles a few issues, mainly resolves #421, but it also addresses #357, #356, and partially #276. Also provides good scaffolding for #394. This PR migrates the old samples and adds a new, runnable, new programming model v3-compatible samples-js directory. This PR is only for the JS samples, but I will create another one for another, separate TS directory. I also will delete the existing samples directory in a separate PR. In addition, this PR:

I tested all the samples manually and verified that they all work, with some notable exceptions:

Ofc, any design/organization/naming choices made here are subject to discussion :)