Enforce that all function components are wrapped in React.memo
, and that all props and deps are wrapped in useMemo
/useCallback
so they don’t break memo.
Checks if the current version of your package would break dependent projects
semantic-release plugin checking if the new semantic release is breaking dependent projects
Tests that don't break when you move files. Smart test discovery finds your code by understanding its structure, not hardcoded paths. Works with Jest, Mocha, Vitest.
Don't break domain usage in an es6 Promise chain