Coder Social home page Coder Social logo

fatihacet / vuejs-videolari Goto Github PK

View Code? Open in Web Editor NEW
240.0 27.0 70.0 147 KB

YouTube'daki VueJS egitim videolarimin kodlari EN: Source code of my VueJS screencasts on YouTube

Home Page: https://www.youtube.com/playlist?list=PLa3NvhdFWNipwk1KXeUpVQnAiAfuBw4El

JavaScript 55.29% HTML 11.51% CSS 3.88% Vue 29.33%
youtube vuejs turkish turkce vue-js javascript

vuejs-videolari's People

Contributors

fatihacet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vuejs-videolari's Issues

Altyazı

İşitme engelliler için Türkçe, daha geniş bir kitleye ulaşmak için de İngilizce altyazı eklenebilir. Seriyi beğenenlerce küçük bir topluluk kurup böyle bir topa girilebilir, ne dersin?

SPA video serisi için "TypeError: Cannot read property 'then' of undefined" hatası.

Videoların çekildikten sonra firebase ve vuejs bileşenlerindeki güncellemelerden dolayı kodda çeşitli uyumsuzluklar ortaya çıkmış.

store.js dosyasında ki fetchMovies fonksiyonunu bitiredikten sonra sayfayı yenilediğimde consolda şöyle bir hata alıyorum.

[Vue warn]: Error in created hook: "TypeError: Cannot read property 'then' of undefined"
found in
---> <App> at src/App.vue
       <Root>
TypeError: Cannot read property 'then' of undefined
    at Store.fetchMovies (store.js?a073:17)
    at Array.wrappedActionHandler (vuex.esm.js?2f62:721)
    at Store.dispatch (vuex.esm.js?2f62:428)
    at Store.boundDispatch [as dispatch] (vuex.esm.js?2f62:322)
    at VueComponent.created (App.vue?234e:18)
    at callHook (vue.runtime.esm.js?2b0e:3038)
    at VueComponent.Vue._init (vue.runtime.esm.js?2b0e:4735)
    at new VueComponent (vue.runtime.esm.js?2b0e:4881)
    at createComponentInstanceForVnode (vue.runtime.esm.js?2b0e:4404)
    at init (vue.runtime.esm.js?2b0e:4235)

bu hataya neden olan kod blogu şöyle:

const actions = {
    fetchMovies(context) {
        return service.fetchMovies().then((snapshot) => {
          return context.commit('setMovies', snapshot.val());
        });
      }
};

bu sorunu nasıl çözebilirim acaba?

ayrıca bu ve benzeri bazı sorunları giderdikten sonra mevcut sürümlere uyumlu bir şekilde bu uygulamanın kodlarını da buraya eklememiz güzel olur bence.

Not: actions içerisinde kalan diğer fonksiyonlarda aynı hatayı aldığım için burdan ilerleme kaydedemiyorum. bu konuda yardımcı olursanız çok sevinirim.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.