Skip to content

Commit

Permalink
update typeahead blog url
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzabuzaid committed Nov 20, 2023
1 parent 89db5c3 commit b4bf526
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/components/PostLine.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ const { data } = post;

<li class="my-1 space-y-4">
<h2 class="text-4xl font-semibold decoration-dashed hover:underline">
<a
rel="prefetch"
class="flex w-full sm:w-9/12"
href={`/posts/${slugify(post)}`}
>
<a class="flex w-full sm:w-9/12" href={`/posts/${slugify(post)}`}>
{data.title}
</a>
</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b4bf526

Please sign in to comment.