Bram
CDCloudflare Developers
•Created by Donnager on 1/26/2024 in #next-on-pages
using just `next dev` not that i know of
And with a bit of config on the pages side of things, it would know to which proxy it should forward the request to
81 replies
CDCloudflare Developers
•Created by Donnager on 1/26/2024 in #next-on-pages
using just `next dev` not that i know of
I would still use your library if it would let me spin up two proxies (one with
--remote
and one with --local
(I have a use case where I want to develop against a remote D2, but rest local)81 replies
CDCloudflare Developers
•Created by Donnager on 1/26/2024 in #next-on-pages
using just `next dev` not that i know of
Ah nice, it calls directly into miniflare, kinda similar to what
next-dev
does?81 replies
CDCloudflare Developers
•Created by Donnager on 1/26/2024 in #next-on-pages
using just `next dev` not that i know of
one last question (couldn't find it in the docs so guess not) I am playing around with sveltekit (and liking the svelte 5 changes so far : D), is there something similar to
next-dev
for local binding? Or am I better off using cf-bindings-proxy
for now?81 replies
CDCloudflare Developers
•Created by Donnager on 1/26/2024 in #next-on-pages
using just `next dev` not that i know of
thanks for the info guys!
81 replies
CDCloudflare Developers
•Created by Donnager on 1/26/2024 in #next-on-pages
using just `next dev` not that i know of
err meant to reply to james ; p
81 replies
CDCloudflare Developers
•Created by Donnager on 1/26/2024 in #next-on-pages
using just `next dev` not that i know of
yea, was talking about the latter
81 replies
CDCloudflare Developers
•Created by Donnager on 1/26/2024 in #next-on-pages
using just `next dev` not that i know of
I think pulling in dynamic data on build time is not very common though?
81 replies
CDCloudflare Developers
•Created by Donnager on 1/26/2024 in #next-on-pages
using just `next dev` not that i know of
just to be sure, if you set
revalidate
it will just be SSR with caching right?81 replies
CDCloudflare Developers
•Created by Donnager on 1/26/2024 in #next-on-pages
using just `next dev` not that i know of
Next has like 3 different caching mechanisms right? That are all on by default 😵💫
81 replies
CDCloudflare Developers
•Created by Donnager on 1/26/2024 in #next-on-pages
using just `next dev` not that i know of
yea true, might need to be careful
81 replies
CDCloudflare Developers
•Created by Donnager on 1/26/2024 in #next-on-pages
using just `next dev` not that i know of
little tip, in NextJS you could set the runtime on the root
layout.tsx
and it will use the same runtime for all the child pages as well81 replies