You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't have as much experience hosting Next apps on CF, but I assume you'd still be able to take advantage of all the static benefits just without ISR. When you create a post you may just have to create a new build on the cloudflare side.
There's nothing specific to next-wp other than ISR that is dependent on Vercel infrastructure. You should be able to still build all static pages and host on cloudflare pages
yes to integrate into your existing codebase just bring over the wordpress.ts and wordpress.d.ts files and then you can start putting the data wherever you would like (copy the components as well if you want).
I have a next js 14 app hosted on cloudflare using next-on-pages. I wanted my
/blog
to be managed by wordpress. And so, I am exploringnext-wp
.Since my app depends on the cloudflare infra (DO, workers, etc) I can't migrate away from cloudflare.
Since cloudflare's next js does not support ISR, can I still use
next-wp
?Supported next-js features
The text was updated successfully, but these errors were encountered: