A few feedback on unstable_dev current state, from multiple searches in Discord and web: - it's an a

A few feedback on unstable_dev current state, from multiple searches in Discord and web:
  • it's an awesome idea and makes testing workers a lot easier
  • [doc] it's unclear how it works really: what does local: true/false really do? (local: true = miniflare child process? local: false upload a real worker in preview mode, what is preview mode exactly?)
  • [doc] it's unclear if unstable_dev uses wrangler.toml or not
  • [doc] it's unclear when unstable_dev uses real data stores (d1, r2, ..) or local fake ones from miniflare
  • [doc] it's unclear how to seed/check data in data stores in local: true mode (hint: can't be done it seems, see wrangler)
I'll add more to this message when I have more feedback. ๐Ÿ™
Was this page helpful?