Examples with "de App Shell" and their translation in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
En el modelo clásico de App Shell es casi imposible admitir un render progresivo y quería lograr un modelo verdaderamente "progresivo" para construir un sitio con un trabajador de servicio que tuviera las siguientes propiedades
In the classic model of App Shell it is nearly impossible to support a progressive render and I wanted to achieve a truly "Progressive" model for building a site with service worker that held the following properties
El modelo de App Shell dice que su sitio debe presentar un shell completo de su aplicación (para que la experiencia sea algo incluso cuando esté desconectado) y luego controlar cómo y cuándo extraer el contenido.
The App Shell model says that your site should present a complete shell of your application (so that the experience something even when you are offline) and you then control how and when to pull in content.
El diseño de App Shell da la impresión de que el AWP funciona con plena funcionalidad en todo momento.
App Shell design gives the impression that the PWA is working at full functionality at all times.
Andere resultaten
Puedes almacenar en caché tu shell de app para que funcione sin conexión y complete su contenido mediante JavaScript.
You can cache your application shell so it works offline and populate its content using JavaScript.
Para apps de una sola página con arquitecturas con mucho código JavaScript, una shell de app es un enfoque acertado.
For single-page applications with JavaScript-heavy architectures, an application shell is a go-to approach.
Algunos de los beneficios de una arquitectura de shell de app con un service worker
The benefits of an app shell architecture with a service worker include
Una arquitectura de shell de app es realmente útil para las apps y los sitios con navegación relativamente sin cambios pero con contenido cambiante.
An application shell architecture makes the most sense for apps and sites with relatively unchanging navigation but changing content.
Al adoptar un modelo de shell de app, puedes crear experiencias con navegación e interacciones similares a las apps nativas, completas con soporte sin conexión.
By adopting the app shell model, you can create experiences with instant, native-application-like navigation and interactions, complete with offline support.
¿Por qué usar la arquitectura de shell de app?
Why use the App Shell architecture?
Cuando se actualice el shell de app y se depuren los caches más antiguos, los datos permanecerán intactos y estarán listos para una carga rapidísima.
When the app shell is updated and older caches are purged, our data will remain untouched, ready for a super fast load.
Una shell de app es útil para enviar el HTML inicial a la pantalla en forma rápida y sin utilizar una red.
An app shell is useful for getting some initial HTML to the screen fast without a network.
El video Carga automática con el modelo de shell de app también recorre este patrón.
The Instant Loading with the App Shell model video also walks through this pattern.
Puedes hacer que almacene previamente en caché cada archivo HTML, JavaScript y CSS que componga tu shell de app.
You can have it precache every HTML, JavaScript, and CSS file that makes up your app shell.