riot-observable

WebJar for riot-observable

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

riot-observable
Последняя версия

Последняя версия

3.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

riot-observable
WebJar for riot-observable
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/riot/observable

Скачать riot-observable

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/riot-observable/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>riot-observable</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/riot-observable/
implementation 'org.webjars.npm:riot-observable:3.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/riot-observable/
implementation ("org.webjars.npm:riot-observable:3.0.0")
'org.webjars.npm:riot-observable:jar:3.0.0'
<dependency org="org.webjars.npm" name="riot-observable" rev="3.0.0">
  <artifact name="riot-observable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='riot-observable', version='3.0.0')
)
libraryDependencies += "org.webjars.npm" % "riot-observable" % "3.0.0"
[org.webjars.npm/riot-observable "3.0.0"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Build Status Code Quality NPM version NPM downloads MIT License Coverage Status

Observable

Observable is a generic tool to send and receive events. It's a common pattern to isolate modules without forming a dependency or "coupling". By using events a large program can be broken into smaller and simpler units. Modules can be added, removed, or modified without affecting the other parts of the application.

A common practice is to split the application into a single core and multiple extensions. The core sends events any time something remarkable happens: a new item is being added, an existing item is being removed, or something is loaded from the server.

By using the observable the extensions can listen to these events and react to them. They extend the core so that the core is not aware of these modules. This is called "loose coupling".

These extensions can be custom tags (UI components) or non-UI modules.

Once the core and events are carefully designed the team members are enabled to develop the system on their own without disturbing others.

Documentation

Installation

Npm

$ npm install @riotjs/observable --save

Bower

$ bower install @riotjs/observable --save

org.webjars.npm

Riot.js

Simple and elegant component-based UI library

Версии библиотеки

Версия
3.0.0