/ztrksWcAyubvXbnAskphQ4hVY2sef4iEIEmxth1

  • Web | Google Developers | Progressive Web Applications
    https://developers.google.com/web/progressive-web-apps
    https://lh3.googleusercontent.com/ztrksWcAyubvXbnAskphQ4hVY2sef4iEIEmxth1HJj6jZkzmB9qYe89YSXfzr

    Progressive Web Applications take advantage of new technologies to bring the best of mobile sites and native applications to users. They’re reliable, fast, and engaging.

    On nous promet ... tout !

    Instant Loading
    Service workers allow your apps to load nearly instantly and reliably, no matter what kind of network connection your user is on.

    Add to Home Screen
    Web app install banners give you the ability to let your users quickly and seamlessly add your web app to their home screen, making it easy to launch and return to your app.

    Push Notifications
    Web push notifications makes it easy to re-engage with users by showing relevant, timely, and contextual notifications, even when the browser is closed.

    Fast
    Smooth animations, scrolling, and navigations keep the experience silky smooth.

    Secure
    HTTPS secures the connection between you and your users, ensuring your users information is protected and isn’t tampered with.

    Responsive
    Modern users live on phones, tablets and laptops; your apps and websites should do the same. Learn how to structure and code your content to look great on screens of any size.

    Est-ce qu’on peut leur faire confiance ou est-ce que c’est encore un monstre qui pompera sur nos réserves avant de se faire la malle ?

    https://developers.google.com/web/fundamentals/getting-started/your-first-progressive-web-app

    Progressive Web Apps are:

    Progressive - Work for every user, regardless of browser choice because they’re built with progressive enhancement as a core tenet.
    Responsive - Fit any form factor: desktop, mobile, tablet, or whatever is next.
    Connectivity independent - Enhanced with service workers to work offline or on low quality networks.
    App-like - Feel like an app to the user with app-style interactions and navigation because they’re built on the app shell model.
    Fresh - Always up-to-date thanks to the service worker update process.
    Safe - Served via HTTPS to prevent snooping and ensure content hasn’t been tampered with.
    Discoverable - Are identifiable as “applications” thanks to W3C manifests and service worker registration scope allowing search engines to find them.
    Re-engageable - Make re-engagement easy through features like push notifications.
    Installable - Allow users to “keep” apps they find most useful on their home screen without the hassle of an app store.
    Linkable - Easily share via URL and not require complex installation.

    #web #dev