TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Re-re-reselect: Simplifying React state management

22 pointsby Lukas1994over 1 year ago

2 comments

miraantabrezover 1 year ago
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?
评论 #38163146 未加载
chaisanover 1 year ago
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?