Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions exercises/03.loading/01.solution.loader/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
👨‍💼 Awesome work! Now we can display real user data in our database (🧝‍♂️ our
_fake_ database 😅). But, what happens if the user goes to a page for a user or
note that does not exist? 😬 Let's handle that.

<callout-info>
`DataFunctionArgs` is deprecated. Use `LoaderFunctionArgs` instead.
</callout-info>
Loading