docs/draft.org
Andros Fenollosa 7264a77451 Optimize images
2024-03-10 19:54:30 +01:00

1.2 KiB

Make a blog

Below we will make a simple blog with classic features:

  • A list with posts
  • Single page post
  • Controls to navegate between list posts and singles
  • Pagination
  • Search

If you want to include a system commentary, read the next tutorial.

Creating models

Before starting, we will create the models that we will use in the blog.

Adding fake data

Preparing views (SSR)

Making templates

Including actions

Adding the feature: infinite scroll

Adding the feature: search

Add a commentary system

Creating models

Adding fake data

Preparing views (SSR)

Making templates

Including actions

Getting data

Showing