DEV Community

Discussion on: Vue.js - Cleaning up components

Collapse
 
michi profile image
Michael Z

It's a more low level approach that allows devs to implement their own version of vue-promised (if they want to), also works nicely with things like form submits where you need similar properties.

Collapse
 
richardeschloss profile image
Richard Schloss

Also, it seems like promisestate is framework agnostic and front-end/back-end agnostic, right? So you can re-use it where-ever you want.

Thread Thread
 
michi profile image
Michael Z

Yup, that's true as well!