Posts Tagged "Blog"

3 posts with this tag

The pagination component

Navigating between blog's pages

In this post, we’ll dive into the pagination component of the blog and how it appears on the front end.

The pagination component is managed by a file called pagination.html, w...

Read the post


The Main Route

The blog behind the curtains

The mainRoute.js file, found in the default folder within the routes directory, is where all the magic happens for the blog. It takes care of gathering, organizing, and s...

Read the post


The blog

How the blog works?

This post will give you an overview of the blog's design and features. We’ll look at how different elements are connected and how they work together. We'll also break down what’s e...

Read the post