From b4bf5268746a4f3c065d2cb34fa7ebfbccc88fb9 Mon Sep 17 00:00:00 2001 From: ezzabuzaid Date: Mon, 20 Nov 2023 23:28:30 +0300 Subject: [PATCH] update typeahead blog url --- src/components/PostLine.astro | 6 +----- ....md => how-to-build-a-typeahead-component-using-rxjs.md} | 2 +- ...the-roi-of-attending-tech-conferences-for-developers.md} | 0 3 files changed, 2 insertions(+), 6 deletions(-) rename src/content/blog/{rxjs-typeahead.md => how-to-build-a-typeahead-component-using-rxjs.md} (98%) rename src/content/blog/{The ROI of Attending Tech Conferences for Developers.md => the-roi-of-attending-tech-conferences-for-developers.md} (100%) diff --git a/src/components/PostLine.astro b/src/components/PostLine.astro index 52a6c42..cca6f27 100644 --- a/src/components/PostLine.astro +++ b/src/components/PostLine.astro @@ -13,11 +13,7 @@ const { data } = post;
  • - + {data.title}

    diff --git a/src/content/blog/rxjs-typeahead.md b/src/content/blog/how-to-build-a-typeahead-component-using-rxjs.md similarity index 98% rename from src/content/blog/rxjs-typeahead.md rename to src/content/blog/how-to-build-a-typeahead-component-using-rxjs.md index 42ac3f8..44c7f4c 100644 --- a/src/content/blog/rxjs-typeahead.md +++ b/src/content/blog/how-to-build-a-typeahead-component-using-rxjs.md @@ -365,4 +365,4 @@ This is less of a concern to the frontend developer, as their main focus is usua In this article, we learned how to build a typeahead component using RxJS. We also learned about backpressure and how it can affect our application's performance. I hope you found this article helpful and that it will help you build better applications in the future. -You can take this further and apply [Infinite Scroll](/posts/reactive-infinity-scroll) along with typeahead to have a unique user experience. +You can take this further and apply [Infinite Scroll](https://writer.sh/posts/reactive-infinity-scroll) along with typeahead to have a unique user experience. diff --git a/src/content/blog/The ROI of Attending Tech Conferences for Developers.md b/src/content/blog/the-roi-of-attending-tech-conferences-for-developers.md similarity index 100% rename from src/content/blog/The ROI of Attending Tech Conferences for Developers.md rename to src/content/blog/the-roi-of-attending-tech-conferences-for-developers.md