You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
2ヶ月近く前、アプリ界隈がちょっとザワつきました。iOS SafariのエンジンであるWebKitに動きがあったと。 「Service Workers が in development」とWebKitが言ったから八月三日はPWA記念日 PWA(Progressive Web Application) が遂にSafariでも可能になるかも知れない、Service Workers が使えるようになって Safariでプッシュ通知やオフライン対応ができるようになるかも知れないという憶測から、スマホ向けWebアプリの可能性が一気に広がる!もうネイティブアプリいらなくなるんじゃない!?と盛り上がりました。 やばい、iOSにネイティブアプリ要らなくなるかも。SafariもPWAに対応する可能性 このページですね。1000以上付いてる はてブ でフルボッコにされちゃってますけど…(笑)、まぁ僕も同じ見解
Zack Argyle | Engineering manager, Core Experience The idea of building a “Progressive Web App” (PWA) is not new, but its definition has changed with the emergence of key technologies like service workers. Now it’s finally possible to build great experiences in a mobile browser. Being an early adopter can be scary, so we’d like to share a brief overview of our experience building one of the world’
If you were looking for MSDN or TechNet blogs, please know that MSDN and TechNet blog sites have been retired, and blog content has been migrated and archived here. How to use this site Archived blogs are grouped alphabetically by the initial letter of the blog name. Select the initial letter from the TOC to see the full list of the blogs. You can also type the name of the blog or the title of the
All the tools you need to build and deploy your Progressive Web Apps.
Progressive Web Apps (PWAs) are applications that you build by using web technologies, and that can be installed and can run on all devices, from one codebase. PWAs provide native-like experiences to your users on supporting devices. They adapt to the capabilities supported by each device and they can also run in web browsers, like websites. To start building a PWA, see Get started with Progressiv
PWAで表示速度が2倍に! スピード改善を妥協しない日経電子版に学ぶ、PWAのメリット&デメリット ネイティブアプリに近い体験を簡単に提供できるとして注目を集めている「PWA」。実際に導入し、表示速度が2倍になったという日経新聞電子版の開発者に「PWA」のメリットとデメリットを伺いました。 PWA(Progressive Web Apps)は本当に「アリ」なのか――? ネイティブアプリの開発にはWebとは異なる専門知識が必要であり、またAndroidやiOSなどOSごとでも異なるため、リソースが膨大にかかるという課題があります。そこで昨今は、XamarinやReact Nativeなどのクロスプラットフォーム開発ツールを使い、ネイティブアプリやWebの開発を一本化しようという動きが活発になっています。 一方で、ネイティブアプリに近い体験を簡単に提供できるとして注目を集めているのが、Goog
5/24にPWA Beginners #4で「ネイティブアプリの代わりにPWAで戦う選択肢」というタイトルでLTをしてきました。基本的にPWAはネイティブアプリの代わりにはならないと思っているなかで、どういったシチュエーションでネイティブアプリの代わりになるのかを検討してます。 https://speakerdeck.com/mottox2/pwa-instead-of-native > Progressive Web AppsProgressive Web Apps 最初に言っておくと前提としてPWAはネイティブアプリの代わりにはならないという見解はほぼ多くの人が思っていると思っていて、僕もそう思っています。 PWAはReliable, Fast, Engagingな特徴を持つものである。ということで、基本的にはWebAppでもよりよい体験を提供していこうという認識が近いと思っています。
PWAのメリットが強くなる時ってどんなときか考えた。 今回はネイティブアプリの代わりにPWAで頑張る話したけど、ネイティブアプリのありなしに関わらずWebを良くしていきたい。 紹介した自作PWA - http://ease.netlify.com/ (TODOリスト) - http://mo…
What makes a good Progressive Web App? Stay organized with collections Save and categorize content based on your preferences. Progressive Web Apps (PWA) are built and enhanced with modern APIs to deliver enhanced capabilities, reliability, and installability while reaching anyone, anywhere, on any device with a single codebase. To help you create the best possible experience, use the core and opti
経緯 GW前に Apple Developer Program の更新のお知らせメールが届く。 iOSアプリはここ2年近く(意識が低く)何も作れておらず更新を迷っていました。 年間メンバーシップの料金は 11,800円。 これで家族で焼肉が食べれる(冗談) PWA にしてみよう! PWA が iOS 11.3 の Safari でも対応されたこともあり、GWを使って勉強がてらiOSアプリをPWAとして作ってみます。 開発について 使った技術など。 JS Framework 今回は Nuxt.js を使うことにしました。 @nuxtjs/pwa を使って気軽にPWA化してみようと思います。 @nuxtjs/pwa https://github.com/nuxt-community/pwa-module CSS Framework 複雑なUIではないので今回は使いませんでした。 Materia
Capabilities that enable app experiences, built and deployed on the web. In this collection, you'll learn what makes a Progressive Web App special, how they can affect your business, and how to build them. For a course that breaks down every aspect of modern progressive web app development, check out Learn PWA.
1年くらい前に仕事でNuxt.jsをいじる機会があったんだけどそれ以来使ってなかった。 ただ、GW中にNuxt tech bookを読んだところ久々にいじりたくなってしまい。 そこでちょうどFirebase HostingとPWA化に関して調べてたとこだったので、Nuxt.jsのサイトをPWA化してFirebase Hostingで動かす手慣らしでもしておこうかと思いやってみた。 ただ、普通にやっても面白くないので一応Lighthouseのスコアを満点にすることを目指してみることにした。 コンテンツはNuxtのスターターキットの初期生成されるページ。このページを対象に行う。 以下、Firebase Hostingの設定・Nuxtのプロジェクト作成・PWA設定・Lighthouseのスコア上げの流れで説明してます。 一応ソースはこちらで。 nuxt-firebase-hosting-samp
Summary: Turning a web app into a Progressive Web App (PWA) and submitting it to 3 app stores requires about a month of work, a few hundred dollars, and lots of red tape. I recently published Chavah Messianic Radio, a Pandora-like music player, as a Progressive Web App and submitted it to the 3 app stores (Google Play, iOS App Store, Windows Store). The process was both painful and enlightening. H
デザイン部でフロントエンドエンジニアをしているkitoです。 先日、iOS 11.3のリリースでiPhoneでもPWAの一部の機能が利用できるようになりました。(プッシュ通知等は利用できない)今回は、Web界隈で急速に注目を上げ始めているPWA(Progressive Web Apps)の将来性を考察したいと思います。 いわゆるフロントエンド界隈では、新しいツールや技術が短いスパーンで登場しては消えていくということを繰り返しています。新陳代謝が激しい故に、革新的な技術がいち早く取り入れられる若々しいエコシステムは利点ではありますが、反面、苦労して学習した技術やツールが、立ちどころに古びて投資が無駄になってしまうケースも間々あります。これは現代のフロントエンドエンジニアには避けられない運命でしょう。とはいえ、それをむしろ楽しみ新しい技術の到来やそれをリードする若きエンジニアたちの登場を喜ぶべ
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く