Build a PWA from your Ionic application with minimal changes 📱


Hey Reader,

One cool thing about Ionic, specially when you're using capacitor, is that a lot of the functionality that you use in your mobile app can also be used for the web.

Most of capacitor plugins have a web implementation, which means, you wouldn't have to write extra code to get it to work.

Learn how to transform your Ionic app into a PWA.

In today's article, you'll learn:

  • How to use the `ng add` schematic to get all the boilerplate done for you.
  • How to edit the `manifest` file to set up your app properly.
  • How to set up the `service worker` to handle caching for you.
  • Good practices on when to install and update your PWA.

https://jsmobiledev.com/article/pwa-faq/

P.S: Are you building something cool at the moment? I'd love to hear about it :D

Jorge Vergara

I share about how to build mobile apps that are fast, secure, maintainable, and scalable. -- Join my newsletter and I'll send you the new things I learn about building mobile apps.

Read more from Jorge Vergara

Hey Reader, Do you need to hide your Firebase API keys in your web or mobile apps? About 3 or 4 time a month someone asks this questions, they are worried that since our apps are client-side code (HTML, CSS, JS), someone can see their Firebase credentials and mess with their data. I understand why this is a concern. People want to keep their data private (ALL OF IT!). But there’s one thing we need to know about Firebase API keys. The fact that someone knows your apiKey is not a security risk...

Hey Reader, I started migrating an app to nextjs (coming from an Ionic with Angular background) because I wanted to learn more about the react ecosystem. Last night I went through the routing documentation on their site and created the placeholder files and folders for all the pages my app will need, and doing so, I learned a few things about the App Router that I wanted to share with you. Check out what I've learned about the NEXT.js app router. So far, I like the simplicity of it all,...

Hey Reader, After a little over a decade of working with Angular (ever since the days of Angular 1, now AngularJS) I decided giving react a serious chance, mostly due to what I’ve seen in my current job search, most of the job posts I see for front end developer have some sort of requirement for react. Yeah, even the “Angular Developer” roles have the line that says “3-4 years with react.js is preferred” 😅 Here is a collection of things I’ve learned about react APIs and how they compare to...