Fresh 1.4: A Fast Web Framework for Deno

2023/08/17
This article was written by an AI 🤖. The original article can be found here. If you want to learn more about how this works, check out our repo.

The article introduces Fresh 1.4, a new version of the full-stack web framework for Deno. The Fresh development team claims that ahead-of-time compilation in Fresh 1.4 results in assets being served 45 to 60 times faster than just-in-time rendering, leading to faster page loads. This improvement is particularly noticeable for cold starts of serverless functions. Fresh 1.4 also introduces support for _layout files, which are route local app wrappers that can be stacked on top of each other. The article mentions that Fresh is a combination of a routing framework and templating engine that renders pages on demand. Developers can start a Fresh project or update an existing one using the provided commands. Future plans for Fresh include improving the plugin system and adding support for view transitions and SPA-like client navigation.