Skip to content

Commit 501585c

Browse files
committed
add notes
1 parent 56d52b2 commit 501585c

3 files changed

Lines changed: 34 additions & 19 deletions

File tree

epicshop/package-lock.json

Lines changed: 20 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exercises/02.routing/01.problem.routes/README.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ export default function KodyProfileRoute() {
7575

7676
🐨 Once you've got that, open <LinkToApp to="/users/kody" />.
7777

78+
<callout-info>
79+
Because this exercise deals with routing, you'll likely want to open the
80+
playground app in an individual tab in your browser so you can see the URL
81+
change and use the forward/backward buttons. Just click the "Open in New Tab"
82+
icon.
83+
</callout-info>
84+
7885
"Kody" should be displayed on the page. One fun fact, you'll also notice the
7986
Epic Notes logo in the header and the footer are on the page as well, even
8087
though you didn't render those yourself. That's because you're actually

exercises/02.routing/README.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,10 @@ open in another tab to reference.
260260
At any time, remember if you get lost, you can run `npx remix routes` in the
261261
project directory to check the generated routes configuration based on your file
262262
system.
263+
264+
<callout-info>
265+
Because this exercise deals with routing, you'll likely want to open the
266+
playground app in an individual tab in your browser so you can see the URL
267+
change and use the forward/backward buttons. Just click the "Open in New Tab"
268+
icon.
269+
</callout-info>

0 commit comments

Comments
 (0)