Articles tagged react
-
useRef
useRef hook in React
-
React.Suspense
React.Suspense for lazy loading
-
Optimizing React with Memoization
Optimizing React applications with memoization techniques
-
React ForwardRef
Forwarding Refs is a technique in React where you pass a ref from a parent component to a child component
-
Generator
A generator is a special type of function in JavaScript that can be paused and resumed multiple times. Practical deep-dive with redux-saga as the real-world use case.
-
Testing Library vs Enzyme
Complete migration guide from Enzyme to Testing Library, covering the mindset shift, custom renders, wrapper patterns, form testing, and real-world Calendar component examples.
-
Testing Concepts Notes
Core testing concepts covering BDD, Sinon, accessibility, Lighthouse, CSS snapshots, unit testing best practices, and Storybook integration with Cypress.