Recent Activity
Tamarine
User for 3 years
Created Content
Recently Created Pages View All
memo, useMemo, useCallback
memo As you know by now, if a parent component renders child component, and if any of the parent...
Preserving and Resetting State
https://react.dev/learn/preserving-and-resetting-state Super useful in understanding how React d...
React Parent and Child Component
Parent Component Updates When a Parent Component's state or prop is updated and thus re-rendered...
Error Handling with Promises
https://javascript.info/promise-error-handling Using async functions https://devtrium.com/po...
Global Variables
Global Variables Global variables in React persist even after re-render. Only the local variable...