Tag:context
All the articles with the tag "context".
TodayILearned - 2023-07-28
Posted on:July 28, 2023 at 07:58 AMToday's TIL is on React's Context. My post is nowhere near comprehensive -- rather, it is a series of notes that I took on context while reading React.dev
TodayILearned - 2023-07-31
Posted on:July 31, 2023 at 01:34 AMLast week, I read React's [Learn React - Passing Data Deeply with Context](https://react.dev/learn/passing-data-deeply-with-context) documentation introducing the utility of Context. However, while reviewing it yesterday, I realized that I wasn't clear on one thing.