frintjs/frint

Proposal: frint-data interop with Observable.from

Open

#394 建立於 2017年12月26日

在 GitHub 查看
 (0 留言) (1 反應) (0 負責人)JavaScript (746 star) (37 fork)batch import
good first issuehelp wantedproposal

描述

Currently

With frint-data, Models and Collections can be observed via .get$():

const todo$ = todo.get$();

Proposal

As it is done for frint-store via #393, it would be useful to make them interoperable with Observable.from as per the spec on TC39: https://github.com/tc39/proposal-observable#observablefrom

const todo$ = Observable.from(todo);

貢獻者指南

Proposal: frint-data interop with Observable.from · frintjs/frint#394 | Good First Issue