Normalizing SQL Data
Hi, I just read this article: https://redux.js.org/usage/structuring-reducers/normalizing-state-shape and it resolved a lot of problems I was contemplating. Which packages (if any) would you suggest for normalizing SQL data from supabase? (I'm also using typescript, react query, and zustand if helpful)
Structuring Reducers > Normalizing State Shape: Why and how to store data items for lookup based on ID
