From 7db6c809657d63196e3934252c1f7243dbaa0e87 Mon Sep 17 00:00:00 2001 From: Kayla Gordon Date: Fri, 15 Nov 2024 10:44:11 -0700 Subject: [PATCH] Add note about error handling --- module3/lessons/react_advanced_data_management.md | 5 +++++ 1 file changed, 5 insertions(+) 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