codedbychavez / configcat-vue

Vue.js SDK for ConfigCat Feature Flags (community maintained)
https://configcat.com/docs/sdk-reference/community/vue/
3 stars 1 forks source link

Improvements suggested by Adam #5

Closed codedbychavez closed 1 year ago

codedbychavez commented 1 year ago

Info

Switch to configcat-js-ssr to allow the plugin work in SSR setups. (configcat-js uses XMLHttpRequest under the hood, which is only available in browsers but not in backend runtimes like Node.js. As opposed to that, configcat-js-ssr uses Axios, which abstracts away HTTP access and is able to use the HTTP API available on the specific platform.)