My FeedDiscussionsHeadless CMS
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more

Can someone give an example on how to mimic MobX, just using Vanilla JavaScript?

Brayan's photo
Brayan
·Jan 31, 2017

QUESTION UPDATED!

I have begun to learn the flux architecture, reading about which, I have found Mobx, whose idea is good.

But before starting with the library, I want to see a simple example in Vanilla Javascript of MobX things like "observable", "computed" or "action", without using MobX.

Thanks.