Reactive data UI

Hi, quick question: is there any plan to make data components reactive?
I mean, like meteor does, when the underlying data is updated the UI is automatically updated too?

Thanks!

Hi @jose.manuel.ilinchet, I am so glad that meteor is mentioned, used to be my favorite.

My current way to do this is to get data from server every 1 or 2 seconds with timer component. This approach may affect server performance if many users use app at the same time.