📝 Improve the README of the router tempalte (fix #27)

This commit is contained in:
Alexandre Mouton-Brady
2022-01-11 23:02:34 +01:00
parent 8d71ed1ee4
commit d41ec37ea1
+7
View File
@@ -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