Quickstart

A quick dive into getting started with Lore

Routing: Overview

In this section we'll learn about routing, which is a way to control what gets rendered based on the URL the user navigates to.

To do that, we'll be using react-router, which is one of the core libraries that Lore is built on, and is included by default in all projects.

You can learn more about Lore's use of React Router here.

At the end of this section your application will look like this:

Next Steps

Ready? Let's get started!