Fresh
Fresh is a full-stack web framework for the Deno runtime that renders pages on the server by default and ships JavaScript to the browser only for interactive 'islands', with no build step required.
5 resources across 2 libraries
Glossary Terms(4)
Fresh (framework)
Fresh is a full-stack web framework for the Deno runtime that renders pages on the server by default and ships JavaScript to the browser only for interactive '…
Nuxt 4
Nuxt 4 is a major version of Nuxt, a full-stack meta-framework for Vue.js that provides file-based routing, server-side rendering, and a unified data-fetching…
Web Workers
Web Workers is a browser API that lets JavaScript run scripts on a background thread separate from the page's main thread, allowing computationally expensive w…
Progressive Web App Manifest
The Web App Manifest is a JSON file linked from a web page that describes a Progressive Web App's name, icons, colors, and display behavior, enabling browsers…