Menu
Looking for a method to create a toast system that notifies when stats change in the app by diffing over the entire Redux state from within a component. The goal is to avoid a clunky approach involving a selector with numerous equality checks. Is there a tool or technique that simplifies this process?