For me the “old reliable” is react/redux in part due to familiarity, in part cause it solves the problem I value the most - decoupling logic and making it easy to locate where some state update is going wrong.
Something I learned was to not try new tech when building a product I don’t understand yet - and since I spend more time prototyping, I go for the boring stack I’m most productive in.
That's pretty much me too. I use react with a lightweight webpack build system. It does what I need it to do without issue.
I learned react and nostr simultaneously. Probably my biggest headache was figuring out how to avoid rerendering hell.
Thread collapsed
Thread collapsed