Now that we understand the general requirements for hosting FE assets and backend functionality with Pages, let’s figure out how to get that working with Fulcro.
Pages has a long list of supported frameworks, but, perhaps unsurprisingly, none of them are a CLJS framework. Luckily, remembering from the Pages overview post, we can either build the assets ourselves and commit them to our repo, or, possibly, we can specify a custom build command that will build the assets for us as part of the Pages infrastructure.
I’ve got a project idea, which I’ve just now decided to call AutoFlare, that I’ve been rolling around in my head, primarily as a way to learn more about three technologies:
Cloudflare’s cloud offerings Fulcro automerge CRDT I’ve got a lot of experience with AWS and GCP, and there are plenty of things I like about those platforms, but I’d like to branch out, and some of the blog posts I’ve seen from Cloudflare around network egress costs and things has got me curious.