DEV Community

Discussion on: Optimizing Zustand: How to Prevent Unnecessary Re-renders in Your React App

Collapse
 
eraywebdev profile image
Eray Kaya

Keys should be provided as an array, as shown in the example. Adding error handling to display a message indicating that keys should be an array would be a nice addition.