Skip to content

Commit ab0777d

Browse files
author
Marcus Hammarberg
committed
Adds next-link
1 parent 0e80eeb commit ab0777d

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

_posts/2025-01-14-htmx-todo-tutorial.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,3 +465,5 @@ Ok - we have an 2000-ies web page up and running, using a multi-page approach an
465465
In the next post I'll move this into the 2010-ies and log in using a third party provider, before creating the actual application in the last post (taking us into the 2020-ies using a non-SPA approach).
466466

467467
[Here's the code at this point](https://github.com/marcusoftnet/htmx-todo-tutorial/tree/4fe785a13f151ee08bbe5083f469d54e3862640f)
468+
469+
In the [next post](https://www.marcusoft.net/2025/01/htmx-todo-tutorial-II.html) we'll check how to login with Google.

_posts/2025-01-15-htmx-todo-tutorial-II.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,3 +415,5 @@ In this post we have set up authentication against Google, created a session to
415415
Not too shabby, BUT we haven't really done much with HTMx yet, let's go fully HTMx in the next post. Oh, and add data in the Firestore database, but that will be tiny.
416416
417417
[The code at this point can be found here.](https://github.com/marcusoftnet/htmx-todo-tutorial/tree/7a6004505905efbe85120f2c60f215fc2f2e57c2)
418+
419+
Join me in [the next post](https://www.marcusoft.net/2025/01/htmx-todo-tutorial-III.html) where we will build the actual meat of the application.

_posts/2025-01-16-htmx-todo-tutorial-III.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,4 +510,4 @@ That's it for this post. We have built a fully-fledge (albeit missing some error
510510

511511
[The code will be update here](https://github.com/marcusoftnet/htmx-todo-tutorial/tree/8c5fa67aeaa48c866cc2e2aace32d12e513f7b17).
512512

513-
I have one more thing I wanted to build and that is the counters at the end. It will require some HTMx trickery and I'll explore some options on how to achieve that, and make some very lofty promises. But that is in the next post.
513+
I have one more thing I wanted to build and that is the counters at the end. It will require some HTMx trickery and I'll explore some options on how to achieve that, and make some very lofty promises. But that is in the [next post](https://www.marcusoft.net/2025/01/htmx-todo-tutorial-IV.html).

0 commit comments

Comments
 (0)