Skip to content

Commit de04f5a

Browse files
committed
Update links to demos.
1 parent b436f9e commit de04f5a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ If you want to have access to the matched segment of the path you can use wildca
601601
</Switch>
602602
```
603603

604-
**[▶ Demo Sandbox](https://codesandbox.io/s/oqk302k2y)**
604+
**[▶ Demo Sandbox](https://codesandbox.io/s/wouter-v3-ts-8q532r)**
605605

606606
### How do I make a link active for the current route?
607607

@@ -621,7 +621,7 @@ return (
621621
);
622622
```
623623

624-
**[▶ Demo Sandbox](https://codesandbox.io/s/5zjpj19yz4)**
624+
**[▶ Demo Sandbox](https://codesandbox.io/s/wouter-v3-ts-8q532r?file=/src/ActiveLink.tsx)**
625625

626626
### Are strict routes supported?
627627

@@ -676,7 +676,7 @@ const App = () => (
676676
);
677677
```
678678

679-
**[▶ Demo Sandbox](https://codesandbox.io/s/wouter-demo-nested-routes-ffd5h)**
679+
**[▶ Demo Sandbox](https://codesandbox.io/s/wouter-v3-nested-routes-l8p23s)**
680680

681681
### Can I initiate navigation from outside a component?
682682

@@ -750,6 +750,8 @@ const root = hydrateRoot(
750750
);
751751
```
752752

753+
**[▶ Demo](https://github.com/molefrog/wultra)**
754+
753755
### 1KB is too much, I can't afford it!
754756

755757
We've got some great news for you! If you're a minimalist bundle-size nomad and you need a damn

0 commit comments

Comments
 (0)