Hacker News new | ask | show | jobs
by ojosilva 2983 days ago
I think that's what mobx is all about. I create a simple Javascript class called WhateverStore and make it observable. Then all the UI components are observer of an instantiated WhateverStore and that's about it.