vindennt / Skytrainer

Productivity habit forming app using React Native and mobile gacha game design principles.
1 stars 0 forks source link

Home.tsx: number of subscribers grows endlessly #4

Closed vindennt closed 1 year ago

vindennt commented 1 year ago

Seems Line 153: console.log(doc.data()); gets run multiple times per piece of data, suggesting that new subscribers are continuously being mounted and persist even when todos are deleted. Leads to performance issues

vindennt commented 1 year ago

no longer issue after redux refactorization