Posts
All the articles I've posted.
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.
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-19
Posted on:July 20, 2023 at 08:33 AMToday's TIL is on hoisting. It's one of those concepts I've been knowing 'vaguely' but not specifically enough.