Skip to content

Commit

Permalink
Add note about error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylagordon committed Nov 15, 2024
1 parent 2a6616a commit 7db6c80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions module3/lessons/react_advanced_data_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@ Notes:
We will not cover it in this class, but if you'd like an added challenge later - update `deleteIdea` so that it also updates the backend data, too!
</section>

<section class="note">
### Self-Teach

We have a lesson later this module about how to handle errors in the frontend. If you'd like to pre-teach a bit of that content, you can complete the rest of this lesson on your own.
</section>

## Error Handling & Conditional Rendering

Expand Down

0 comments on commit 7db6c80

Please sign in to comment.