Git Product home page Git Product logo

Comments (4)

tsunamiShi avatar tsunamiShi commented on May 22, 2024

这个是我写的简单示例:https://codesandbox.io/s/vibrant-fog-lssfz
mstate和state值不一定一致

from helux.

tsunamiShi avatar tsunamiShi commented on May 22, 2024

我使用的时候期望它是一致的,因为我想直接就用state了,但是目前只能用mstate

from helux.

fantasticsoul avatar fantasticsoul commented on May 22, 2024

state是私有状态和模块状态合并而来,如果ui渲染时没有读取state,则state可能存在旧值,当你遇到ui渲染没有用到模块状态参与渲染但是业务逻辑需要用到模块状态时,可考虑读取moduleState来获取模块状态,里面的值一定是最新的

from helux.

fantasticsoul avatar fantasticsoul commented on May 22, 2024

为了优化用户使用体验,2.8.3利用模块状态版本对比机制,让失去依赖的ui也能够总是获取到最新值,参见示例
https://codesandbox.io/s/upbeat-platform-f16rn?file=/src/index.js

from helux.

Related Issues (20)

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.