DEV Community

Discussion on: React, TypeScript & Mobx

Collapse
 
mrjjwright profile image
John Wright

How do you like the actual observable/computed programming model?

Collapse
 
shevchenkonik profile image
Nik Shevchenko

I use Mobx at my projects sometimes and I have never regretted choosing it. I find it convenient to develop large systems, the main point is to organize services, stores, and classes correctly. But this one is only one way to organize you know, it depends on what you compare it too ;)