Hacker News new | past | comments | ask | show | jobs | submit login
Re-re-reselect: Simplifying React state management (causal.app)
22 points by Lukas1994 11 months ago | hide | past | favorite | 3 comments



We've run into this exact issue. We have state in Redux, Apollo and the URL and are looking to consolidate it all somewhere. It's surprising there's no standard solution for this yet. Yours looks very interesting — did you look for any libraries which do this for you? Or do you plan to open source yours?


Once we've battle tested our current approach a bit more we can definitely look into open sourcing it :)


I keep running into issues where I update a selector which change the memory reference and causes performance issues. Have you found any good ways of avoiding that?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: