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

    The Elm Architecture + Effects Extending the Architecture Skeleton The Elm Architecture + Effects The last section showed how to handle all sorts of user input. You can think ...
  • Structure

    Structuring Web Apps Do Not Plan Ahead Examples Culture Shock Defensive Instincts MVC Components Structuring Web Apps Like I was saying on the previous page, all modules ...
  • Custom Elements

    Custom Elements Creating Custom Elements More Info Custom Elements On the last few pages, we have seen (1) how to start Elm programs from JavaScript, (2) how to pass data in ...
  • Buttons

    Buttons Clone the code or follow along in the online editor . Buttons Clone the code or follow along in the online editor . Our first example is a simple counter that ...
  • Web Apps

    Web Apps Control the Document Serve the Page Web Apps So far we have been creating Elm programs with Browser.element , allowing us to take over a single node in a larger appl...
  • Modules

    Modules Defining Modules Using Modules As Exposing Mixing Both Building Projects with Multiple Modules Modules In the last few sections, we learned how to create reusable...
  • User Input

    The Elm Architecture + User Input Follow Along The Elm Architecture + User Input Your web app is going to need to deal with user input. This section will get you familiar with...
  • Prior Art

    824 2019-06-02 《Redux Document》
    Prior Art Flux Elm Immutable Baobab RxJS Prior Art Redux has a mixed heritage. It is similar to some patterns and technologies, but is also different from them in importan...
  • Minification

    Asset Size Instructions Scripts Advice Asset Size The only thing that is slower than touching the DOM is talking to servers. Especially for folks on mobile phones with slow ...
  • Video 视频播放器

    video视频播放器 介绍 安装 代码演示 基础用法 自动播放 初始化静音 视频封面海报设置 行内播放 视频背景图 视频切换 API Props Events video视频播放器 介绍 原生video实现的视频播放器 安装 import { createApp } from 'vue' ; i...