I’m trying to understand the relationship between all the cloudflare sdk tools. Could you correct m
I’m trying to understand the relationship between all the cloudflare sdk tools. Could you correct me if I’m wrong here, in that create cloudflare (c3) just sets up the project (files, scripts, npm stuff), wrangler is a cli that wraps mini flare to make it easy to use basic features, mini flare is a full featured tool that manages the bindings and stuff, and uses workerd to actually run the workers and stuff?
If that’s correct does that mean I can use mini flare without wrangler to customize the dev process more? Like for features wrangler doesn’t have, I can do it through mini flare?
If that’s correct does that mean I can use mini flare without wrangler to customize the dev process more? Like for features wrangler doesn’t have, I can do it through mini flare?


