Last updated
Last updated
Official docs:
RecksJS is a framework based on streams
Try it in this or
⚠️ RecksJS is currently in beta
Observables are first class citizens in Recks ❤️
You can also do other way around: map a stream on JSX
Recks will subscribe to and unsubscribe from provided streams automatically, you don't have to worry about that!
And you can use Promises that will display the result, once resolved:
Just a basic, no "moving parts"
RxJS' timer here will emit an integer every second, updating the view
Continue reading:
To get a better understanding of Recks concepts, read this article: and check out docs section
Uses a simple to store local component state:
Traditional counter example with a :