|
|
|
|
|
by agquick
2167 days ago
|
|
Our company had been looking to move our project away from Knockout.JS and on to Vue/React. I started playing around with native Web Components just because I like the idea of not being locked into a single framework. However, I also wanted to keep using observables/computeds so I wrote a quick library that ties MobX with Native Web components, but has a Vue-like binding syntax. Yes I know it’s yet another library, but it mainly just provides for a simple way to use MobX (an established library) with Web Components (a browser standard), and nothing else. It’s still very new but it works and I’d love feedback. Example fiddle: https://jsfiddle.net/agquick/d0tsqar6/
Github: https://github.com/agquick/elemx.js |
|