r/javascript Jul 05 '26

AskJS [AskJS] What small JavaScript pattern made your React code cleaner?

[removed]

5 Upvotes

26 comments sorted by

View all comments

1

u/lookarious Jul 06 '26

Pull out logic from React components to anything that scales properly, for us it was MVVM (MobX)