Skip to content

Commit

Permalink
typo: solid start index.mdx (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanuay authored May 25, 2024
1 parent 99e9160 commit 00143dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/solid-start/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A driving principle of SolidStart is that code should be _isomorphic_ — th

SolidStart features the following capabilities:

- **Fine-grained reactivity** — Powered by SolidJS and it's fine-grained reactivity.
- **Fine-grained reactivity** — Powered by SolidJS and its fine-grained reactivity.
- **Isomorphic, nested routing** — The same routes are rendered regardless of whether the page is on the client or server.
Route nesting provides parent-child relationships that simplify application logic.
- **Multiple rendering modes** — Can be used to create CSR, SSR (Sync, Async and Streaming), and SSG applications.
Expand Down

0 comments on commit 00143dd

Please sign in to comment.