diff --git a/module3/lessons/react_advanced_data_management.md b/module3/lessons/react_advanced_data_management.md index fe59d799..c74277ff 100644 --- a/module3/lessons/react_advanced_data_management.md +++ b/module3/lessons/react_advanced_data_management.md @@ -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! +
+### 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. +
## Error Handling & Conditional Rendering