Luca Casonato

Results 261 issues of Luca Casonato

This issue exists as a continually growing roadmap for fresh. It is a rough outline of the features I want to add to fresh in the future. Features are seperated...

This commit adds support for serving a different bundle to different user agents. This means that every client will get a JS bundle that is perfectly optimized for the features...

This PR demonstrates how a twind plugin would work with the new plugin system. See #512.

This commit adds initial support for fresh "plugins". These are bundles of functionality that can be added to a fresh plugin through a simple addition in the `main.ts` file. Right...

### Discussed in https://github.com/lucacasonato/fresh/discussions/253 Originally posted by **o-az** June 18, 2022 Moved `islands`, `routes`, `fresh.gen.ts`, `dev.ts` and `main.ts` to `src` directory. Updated `start` task in `deno.json` to: `deno run -A...

documentation

Because bundles are generated with esbuild JIT, we can optimize bundles for each browser we are serving content to. For example the bundle shipped to Firefox 88 would need transpilation...

feat

Pages should be cachable, and incrementally statically rebuildable. This should either be a hook, or an export from the page component. We should also provide an API to let the...

See https://github.com/denoland/fresh/discussions/326

good first issue