You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/routes/solid-router/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ title: Overview
5
5
# Overview
6
6
7
7
<Callouttitle="Prerequisites">
8
-
The docs are based on latest Solid-Router.
8
+
The docs are based on latest SolidRouter.
9
9
To use this version, you need to have Solid v1.8.4 or later installed.
10
10
</Callout>
11
11
12
-
Solid-Router is the universal router for Solid which works for rendering on the client or the server.
12
+
SolidRouter is the universal router for Solid which works for rendering on the client or the server.
13
13
It was inspired by and combines paradigms of [React Router](https://reactrouter.com/en/main) and the [Ember Router](https://guides.emberjs.com/release/routing/).
14
14
15
15
A router provides a way to change a user's view based on the URL in the browser.
Copy file name to clipboardExpand all lines: src/routes/solid-router/reference/components/a.mdx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: A
3
3
---
4
4
5
-
Solid-Router exposes an `<A />` component as a wrapper around the native [`<a />`](https://mdn.io/a) tag.
5
+
SolidRouter exposes an `<A />` component as a wrapper around the native [`<a />`](https://mdn.io/a) tag.
6
6
7
7
`<A />` supports relative and base paths. `<a />` doesn't. But `<a />` gets augmented
8
8
when JS is present via a top-level listener to the DOM, so you get the
@@ -22,7 +22,7 @@ By default matching includes locations that are descendants (e.g.: href `/users`
22
22
## Soft Navigation
23
23
24
24
When JavaScript is present at the runtime, both components behave in a very similar fashion.
25
-
This is because Solid-Router adds a listener at the top level of the DOM and will augment the native `<a />` tag to a more performant experience (with soft navigation).
25
+
This is because SolidRouter adds a listener at the top level of the DOM and will augment the native `<a />` tag to a more performant experience (with soft navigation).
This API is deprecated since `v0.15.0` of Solid-Router. Use [query](/solid-router/reference/data-apis/query) instead. It will be removed in an upcoming release.
7
+
This API is deprecated since `v0.15.0` of SolidRouter. Use [query](/solid-router/reference/data-apis/query) instead. It will be removed in an upcoming release.
8
8
</Callout>
9
9
10
10
`cache` is a [higher-order function](https://en.wikipedia.org/wiki/Higher-order_function) designed to create a new function with the same signature as the function passed to it.
0 commit comments