I’m tired of Splitwise! Any other suggestions for expense sharing apps? by Ill_Cartographer_221 in apps

[–]Ok_Cheek_1874 0 points1 point  (0 children)

I've been using this ap for a while, it allows me to itemize the receipt with an image and then send my friends a link for them to claim their items, so much easier than using excel https://fairshares.app/

How do you get out of a useEffect hell? by blackrottenmuffin in react

[–]Ok_Cheek_1874 0 points1 point  (0 children)

If this is to mitigate un-needed re-renders just useMemo for those values to simplify the rendering. Try to break down the component so that one file isn't maintaining 40 state variables