UNPKG

react-redux-fetch

Version:

A declarative and customizable way to fetch data for React components and manage that data in the Redux state

8 lines (6 loc) 198 B
export default function equals(comparisonOld, comparisonNew) { if (comparisonOld === undefined || comparisonNew === undefined) { return false; } return comparisonNew === comparisonOld; }