Found 42 repositories(showing 30)
bruderstein
Plugin for http://unexpected.js.org to enable testing the full React virtual DOM, and also the shallow renderer
bruderstein
Plugin for unexpected, to support React shallow renderer
enzymejs
Shallow rendering for React.
Asserts for react.js components using the shallow renderer.
robrichard
Helpers for testing with React's shallow renderer
craigbilner
a react shallow render helper to make testing easier
davidmarkclements
Simple wrapper for react-addons-test-utils createRenderer method.
jasonbellamy
A react utility to simplify testing shallow rendered components.
JakeSidSmith
A shallow renderer for React components
bad4iz
Shallowly: Modern shallow renderer for React 18+. Enzyme-compatible API, 2x faster, with TypeScript support.
HichemTab-tech
Drop-in React hooks with pluggable dependency equality (identity, shallow, deep, or custom) for useMemo/useCallback to control recomputes and re-renders.
React package for shallow snapshot testing.
lewie9021
A React utility that makes querying a shallow rendered component easier.
marcinwieprzkowicz
A flexible jest serializer for shallow rendering React components. Unlike full shallow renderers, this tool focuses on serializing only the components you pick, making snapshots cleaner and more focused. Perfect for targeted testing with minimal noise! 🚀
dabapps
A shallow renderer for React components
renawolford6
No description available
bmullan91
shallowRenderer.getRenderOutput returns different data depending if the component is stateful or stateless
No description available
testing react.js rendered component with enzyme and shallow render
JakeSidSmith
A jest matcher for shallow rendered React component snapshots
A jest matcher for shallow rendered React component snapshots
Bug-Hunter-X
React useEffect shallow comparison issue: Objects are not compared correctly, leading to unexpected re-renders.
Bug-Hunter-X
React useState with object shallow comparison bug: Component doesn't re-render on nested object changes.
React Native useState with objects doesn't re-render on nested object updates. Shallow comparison issue.
React useEffect runs more often than expected due to shallow object comparison. This leads to unnecessary re-renders.
Bug-Hunter-X
React useEffect with shallow object comparison causing infinite loop. The component re-renders unnecessarily, leading to an infinite loop.
React Native useEffect hook with function in dependency array causes unexpected re-renders or infinite loops due to shallow comparison.
fgoris-coursera
This repo demonstrates workarounds to failing unit tests using Enzyme shallow renderer when using theme-based Emotion styles. It uses create-react-app as its base app.
React Native useState shallow comparison issue: UI not updating after direct object/array modification. Learn how to correctly update state to trigger re-renders.
React 19 useEffect shallow comparison fails with objects, causing unnecessary re-renders. Incorrectly comparing objects directly within useEffect's dependency array leads to unexpected behavior.