PinnedVitali ZaidmanAn Overview of JavaScript Testing in 2020This guide is intended to catch you up with the most important reasoning, terms, tools, and approaches to JavaScript testing.Jan 27, 202219Jan 27, 202219
Vitali ZaidmanuseCallback Might Be What You Meant By useRef & useEffectSometimes we respond to React element mounts. The first instinct is to useRef & useEffect. But what you need is often useCallback.Jan 14, 20214Jan 14, 20214
Vitali ZaidmanTwo Ways to Run Tests on Different Versions of The Same Library F.E. React 17 + React 16How can you run tests on version X and version Y of a library, with real-world examples of testing React 16 and React 17Nov 24, 2020Nov 24, 2020
Vitali ZaidmanReact — When Should Pure Components Be Used?React.memo / React.PureComponent usage guideOct 21, 2020Oct 21, 2020
Jenia NemzerUnit testing Styled ComponentsUnit testing React components isn’t always easy. In this short article i’ll show some tricks to make our lives a little easier, using…Jun 8, 2020Jun 8, 2020
Vitali ZaidmanReact- useCallback Invalidates Too Often in PracticeWhat is issue #14099 in React’s repo and how it affects you?May 25, 20205May 25, 20205
Vitali ZaidmanForced to Work From Home? Maybe it’s a Blessing in Disguise?When working remotely, you benefit much more from good working processes and proactive team members and you are punished much more…Mar 18, 2020Mar 18, 2020
Vitali ZaidmanWhy Did You Render v4 Released!TypeScript support, Custom hooks tracking (like React-Redux’s useSelector), Tracking of all pure components.Jan 27, 20202Jan 27, 20202
Nir AvrahamHow to Reduce Unnecessary Re-rendersHow placing useState / useSelector in the right component can optimize performance?Nov 11, 20191Nov 11, 20191