Tag:react
All the articles with the tag "react".
TodayILearned - 2023-06-12
Posted on:June 12, 2023 at 08:46 AMSome review notes on React~!
TodayILearned - 2023-06-19
Posted on:June 18, 2023 at 08:56 PMNotes I took from the react.dev 'Quick Start' page.
TodayILearned - 2023-06-20 Part Two
Posted on:June 20, 2023 at 11:28 AMTwo TIL posts in one day?! This TIL consists of notes I took while reading the React.dev Docs! I had a few lingering questions about React and reading through the docs answered some of my questions.
TodayILearned - 2023-06-21
Posted on:June 21, 2023 at 10:51 AMI'm on fire with reading the React.dev docs! Today's TIL are notes I took while reading through the rest of the Describing the UI section.
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.
Today I Learned - 2023-08-05
Posted on:August 5, 2023 at 05:33 AMI wanted a better understanding of the commonly used React Hooks. A few days ago, I took a look at the useContext Hook. Today, I'm diving into useEffect by reading through React's documentation on useEffect.
Today I Learned - 2023-08-08
Posted on:August 8, 2023 at 01:03 AMToday, I'm continuing to do a deep dive on the various React Hooks by taking notes while reading through useRef.
Today I Learned - 2023-08-13
Posted on:August 13, 2023 at 03:09 AMMy Today I Learned post is based on notes I took while reading about `useMemo`and `useCallback` from React Dev's reference guide.
TIL - Next.js - Getting Started
Posted on:September 7, 2023 at 09:25 AMToday, I am writing a TIL post on Next.js, a React framework. I finally got started on reading the Next.js documentation website, specifically the Learn Next.js section.