Replies: 3 comments
-
|
Is it possible to deploy on elsewhere like a static cdn. I currently have next.js apps which are mostly static , which i am trying to migrate to something like astro.build for performance reasons. Since routing api of fresh is very similar to next.js, i thought migrating to fresh is an easy way. |
Beta Was this translation helpful? Give feedback.
-
Yes. You can
Yes, with the exception of the esbuild WASM (so island support). I am working on making fresh work completely air-gapped.
This is not supported yet, but I am happy to merge PRs to support older browsers using a module/no-module pattern. #172 may be of interest to you.
Yes. You can enable CSP in the route config, and then use the |
Beta Was this translation helpful? Give feedback.
-
|
It'd be nice to have support for some of the older browsers. I think adding "Supported browsers" to the Fresh documentation would be a good start. Maybe like the Preactjs supported browsers page? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So far, I like this project. It will be fantastic for ECommerce Platforms during the development of an e-commerce platform with the next platform. We found a lot of issues that fresh already resolve.
We are building one open-source ECommerce Platform. We want to try this framework.
I saw the Deno deploy, which looks impressive, but I don't want to be any vendor lock when building a platform.
I have a couple of questions.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions