Git Product home page Git Product logo

my-vuex's Introduction

手写vuex

手写vuex,实际上vuex就是一个全局共享的vue插件,定义好Store和install函数,根据使用接收相关数据并进行管理,和我之前写的vue-router很像,供大家参考学习
添加了一个持久化vuex的插件,基于localstorage实现

手写vuex需要注意的是数据的状态,比如响应式的实现和调用state时的路径问题,通过class中的get实现;又比如getter中定义的函数,而取的时候我们是调用的值,是通过Object.defineProperty实现的;再比如mutations和actions则采用了发布订阅模式的**.比较重要的代码注释都比较详细

读者可以仔细品其中的用法

my-vuex's People

Watchers

梁都 avatar

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.