Pure Functions
Everything on SkillVeris tagged Pure Functions — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What Is Memoization in JavaScript?
Memoization is an optimization technique that caches the return value of an expensive, pure function keyed by its input arguments, so that calling the function…
How Does React Strict Mode Change Component Behavior?
React Strict Mode is a development-only wrapper component that intentionally double-invokes component function bodies, state initializers, and effect setup/cle…