From d41ec37ea11a4c72ebdf22fc6fcfc9591e5f1071 Mon Sep 17 00:00:00 2001 From: Alexandre Mouton-Brady Date: Tue, 11 Jan 2022 23:02:34 +0100 Subject: [PATCH] :pencil: Improve the README of the router tempalte (fix #27) --- ts-router/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ts-router/README.md b/ts-router/README.md index 434f7bb..74317a2 100644 --- a/ts-router/README.md +++ b/ts-router/README.md @@ -8,6 +8,13 @@ This is the reason you see a `pnpm-lock.yaml`. That being said, any package mana $ npm install # or pnpm install or yarn install ``` +## Exploring the template + +This template's goal is to showcase the routing features of Solid. +It also showcase how the router and Suspense work together to parallelize data fetching tied to a route via the `.data.ts` pattern. + +You can learn more about it on the [`solid-app-router` repository](https://github.com/solidjs/solid-app-router) + ### Learn more on the [Solid Website](https://solidjs.com) and come chat with us on our [Discord](https://discord.com/invite/solidjs) ## Available Scripts