diff --git a/content/blog/2023/when-to-choose-a-native-mobile-app.md b/content/blog/2023/when-to-choose-a-native-mobile-app.md index 302a2615f..5f76649e1 100644 --- a/content/blog/2023/when-to-choose-a-native-mobile-app.md +++ b/content/blog/2023/when-to-choose-a-native-mobile-app.md @@ -36,7 +36,7 @@ App](/2023/07/11/when-to-choose-a-responsive-web-app/) 1. [When to Choose a Responsive Web App](/2023/07/11/when-to-choose-a-responsive-web-app/) 2. When to Choose a Native Mobile App (this article) -3. [When to Choose a Progressive Web App](/2023/10/31/when-to-choose-a-progressive-web-app/) +3. [When to Choose a Progressive Web App](/2023/10/30/when-to-choose-a-progressive-web-app/) ## Native Mobile App -- Best for Advanced Capabilities @@ -205,4 +205,4 @@ series. --- Is a **progressive web app** right for your digital project? Read more about -[When to Choose a Progressive Web App](/2023/10/31/when-to-choose-a-progressive-web-app/). +[When to Choose a Progressive Web App](/2023/10/30/when-to-choose-a-progressive-web-app/). diff --git a/content/blog/2023/when-to-choose-a-progressive-web-app.md b/content/blog/2023/when-to-choose-a-progressive-web-app.md index 42508a47f..38da1d6ea 100644 --- a/content/blog/2023/when-to-choose-a-progressive-web-app.md +++ b/content/blog/2023/when-to-choose-a-progressive-web-app.md @@ -2,7 +2,7 @@ title: When to Choose a Progressive Web App sub: Part 3 -- Responsive Web App vs Native Mobile App vs Progressive Web App author: sondra -date: 2023-10-31 +date: 2023-10-30 tags: - Article - Business Development diff --git a/content/blog/2023/when-to-choose-a-responsive-web-app.md b/content/blog/2023/when-to-choose-a-responsive-web-app.md index 95ee356e4..492fa2cb3 100644 --- a/content/blog/2023/when-to-choose-a-responsive-web-app.md +++ b/content/blog/2023/when-to-choose-a-responsive-web-app.md @@ -49,7 +49,7 @@ what their most pressing needs are, and how your app will meet those needs. 1. When to Choose a Responsive Web App (this article) 2. [When to Choose a Native Mobile App](/2023/08/29/when-to-choose-a-native-mobile-app/) -3. [When to Choose a Progressive Web App](/2023/10/31/when-to-choose-a-progressive-web-app/) +3. [When to Choose a Progressive Web App](/2023/10/30/when-to-choose-a-progressive-web-app/) ## What Are Responsive Web Apps, Native Mobile Apps, and Progressive Web Apps? @@ -223,7 +223,7 @@ then an RWA won't work. It is *possible* to access some advanced device features in the context of an RWA, but then you would be moving into the [progressive web app][pwa] space. -[pwa]: /2023/10/31/when-to-choose-a-progressive-web-app/ +[pwa]: /2023/10/30/when-to-choose-a-progressive-web-app/ ### Performance Limitations *Don't choose a responsive web app when you need advanced performance.*