From 5b723198be1b530d3e9956671ecd96de2520a047 Mon Sep 17 00:00:00 2001 From: Satyam Vyas Date: Mon, 29 Jul 2024 14:25:03 +0530 Subject: [PATCH] Improved usecontext@D5_O-uElftYGQr_bTU_se.md (#6257) * Improved usecontext@D5_O-uElftYGQr_bTU_se.md - Rectified bullet point structure (earlier erroneous) - Added a video tutorial for the same * Update src/data/roadmaps/react/content/usecontext@D5_O-uElftYGQr_bTU_se.md --------- Co-authored-by: dsh --- .../react/content/usecontext@D5_O-uElftYGQr_bTU_se.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/react/content/usecontext@D5_O-uElftYGQr_bTU_se.md b/src/data/roadmaps/react/content/usecontext@D5_O-uElftYGQr_bTU_se.md index 493fd9e86..b32ee2108 100644 --- a/src/data/roadmaps/react/content/usecontext@D5_O-uElftYGQr_bTU_se.md +++ b/src/data/roadmaps/react/content/usecontext@D5_O-uElftYGQr_bTU_se.md @@ -5,5 +5,6 @@ This is particularly useful when many components need to access the same data or Visit the following resources to learn more: --[@official@Using the useContext](https://react.dev/reference/react/useContext) --[@official@Understand the concept of context](https://react.dev/learn/passing-data-deeply-with-context) +- [@official@Using useContext](https://react.dev/reference/react/useContext) +- [@official@Explore the concept of context](https://react.dev/learn/passing-data-deeply-with-context) +- [@video@Learn useContext In 13 Minutes](https://www.youtube.com/watch?v=5LrDIWkK_Bc)