Skip to content
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.

React to changes in observables #45

Open
anton7r opened this issue Dec 19, 2019 · 1 comment
Open

React to changes in observables #45

anton7r opened this issue Dec 19, 2019 · 1 comment
Assignees
Labels
feature request New feature or request

Comments

@anton7r
Copy link
Owner

anton7r commented Dec 19, 2019

Reactivity finally yes!

we do not have reactivity yet implemented in the framework.
i would want to finish this feature within this year and ship version 4.1.0 with it!

@anton7r anton7r added the feature request New feature or request label Dec 19, 2019
@anton7r anton7r self-assigned this Dec 19, 2019
@anton7r
Copy link
Owner Author

anton7r commented Dec 19, 2019

ive experimented with few things on how the syntax could look like

These are few examples:

<div>Watch{{ observable }}</div>

<div>w{{ observable }}</div>

<div>Watch@{{ observable }}</div>

<div> {{ &observable }}</div>

and also the the watchable has to be a a7js observable.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant