Vuejs ne işe yarar?

VUE.js interaktif web arayüzleri oluşturmak ve aynı zamanda tek sayfa web uygulamaları geliştirilmiş için kullanılan açık kaynak kodlu bir JavaScript kütüphanesidir. JavaScript kütüphaleri kolay şekilde modern uygulamalar yapmamız için yardımcı olurlar.

Read more

VUEX Dispatch nedir?

Vuex tıpkı Facebook tarafından geliştirilen ve daha sonrasında topluluk tarafından devam ettirilen veri yönetimi kütüphaneleri gibi(Flux, Redux), karmaşık süreçleri daha merkezi ve yönetilebilir kılmayı hedefleyen, Vue ‘nun da yaratıcısı tarafından geliştirilen bir kütüphanedir.31 Ara 2018

Read more

Neden NUXT js?

Nuxt .js , bir framework olarak, client tarafı ile server tarafı arasındaki Asynchronous Data, Middleware, Layouts vb. gibi gelişmelerinizde, size yardımcı olacak bir çok özellik ile birlikte geliyor. Bu özellikler Vue.js framework’ünde hazır bulunmazken, Nuxt sayesinde gelmektedir.

Read more

Why do I need Vuex?

Vuex is a popular way to handle a complex app’s authentication in Vue . With Vuex, you’re able to handle the token’s availability and access controls and route blocks throughout your app. Mutations, getters, and setters assist with this task.

Read more

How does Vuex store work?

Vuex stores are reactive. When Vue components retrieve state from it, they will reactively and efficiently update if the store’s state changes . You cannot directly mutate the store’s state. The only way to change a store’s state is by explicitly committing mutations.

Read more