书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 919 个相关结果.
  • Initializing State

    621 2019-06-02 《Redux Document》
    Initializing State Summary In Depth Single Simple Reducer Combined Reducers Recap Initializing State There are two main ways to initialize state for your application. The ...
  • Core Concepts

    689 2019-06-02 《Redux Document》
    Core Concepts Core Concepts Imagine your app’s state is described as a plain object. For example, the state of a todo app might look like this: { todos : [{ text :...
  • AppState Model

    1021 2019-12-15 《Flutter by Example》
    AppState Model copyWith? AppState Model The next step is define out AppState class. This is an arbitrary name, by the way. Some things in Redux do require specific names, but ...
  • 数据流

    1048 2018-02-14 《Redux 中文文档》
    数据流 下一步 高级用户使用注意 数据流 严格的单向数据流 是 Redux 架构的设计核心。 这意味着应用中所有的数据都遵循相同的生命周期,这样可以让应用变得更加可预测且容易理解。同时也鼓励做数据范式化,这样可以避免使用多个且独立的无法相互引用的重复数据。 如果这些理由还不足以令你信服,读一下 动机 和 @dan_abramov /the-...
  • 搭配 React Router

    992 2018-02-14 《Redux 中文文档》
    搭配 React Router 安装 React Router 配置后备(fallback) URL 使用 Create React App 须知 配置 Express 配置 WebpackDevServer 连接 React Router 和 Redux 应用 components/Root.js 通过 React Router 导航 c...
  • Elm

    Elm CLI commands elm-repl elm-reactor elm-make elm-package notable commands Core language strings number functions conditionals lists List methods Tuples Work flo...
  • 进一步阅读和参考

    进一步阅读和参考 Angular TypeScript General Coding Practice and Functional Programming RxJS, Reactive Programming and Observables Redux and ngrx Keeping up to date Other 进一步阅读和参...
  • Testing Web Frameworks

    Vue.js AngularJS Angular MobX Redux GatsbyJS 虽然Jest可能被看做为React特定的测试运行工具,事实上,其是一个万能的测试平台,其有能力适应任何JavaScript库或框架。 在这一节,我们想要链接一些关于将Jest继承到其他流行JS库中的社区帖子和文章。 Vue.js Testing V...
  • Testing Web Frameworks

    Testing Web Frameworks React Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS Hapi.js Next.js Testing Web Frameworks Jest is a universal testing platform, with ...
  • Testing Web Frameworks

    Testing Web Frameworks React Vue.js AngularJS Angular MobX Redux Express.js GatsbyJS Hapi.js Testing Web Frameworks Jest is a universal testing platform, with the abil...