GithubHelp home page GithubHelp logo

Comments (7)

sorrycc avatar sorrycc commented on May 14, 2024

第二种更规范优雅,但个人倾向第一种,简单实用。

from dva.

nikogu avatar nikogu commented on May 14, 2024

主要是在教程里面需要说一下组件设计的思路,要不两种都介绍一下,然后要用那种,自己选

from dva.

afc163 avatar afc163 commented on May 14, 2024
  1. dispatch 传给 smart component (container)。

    <SmartUserSearch dispatch={dispatch} />
  2. dumb component 内部不触发 action。

    <DumbUserSearch onSearch={() => dispatch()} />

from dva.

sorrycc avatar sorrycc commented on May 14, 2024

教程里按第二种吧 ( @afc163 描述的那个) ,规范一些。

from dva.

LeuisKen avatar LeuisKen commented on May 14, 2024

建议让开发者自己决定,这种相对细节的实现开发团队统一就好了。

我个人倾向第二种,方法多了在传给组件的时候,可以用解构运算符,也不会特别麻烦。

<UserSearch {...obj} />

from dva.

ChrisFan avatar ChrisFan commented on May 14, 2024

脚手架中的代码就按第二种吧。

from dva.

nikogu avatar nikogu commented on May 14, 2024

好的,采用第二种

from dva.

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.