Examples of data transformation #51
Unanswered
asherccohen
asked this question in
Q&A
Replies: 1 comment
-
Hi. This library is about marrying RxJS and React. There are examples on the docs on how to achive that. It assumes you know about both libraries. observable-hooks allows you to do basically whatever you want with observables. So just check out other tutorials out there if you want to learn about observable patterns. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be interesting to see some official examples of how data transformation can be achieved with this library.
The examples could show how data from a fetch can be converted (maybe normalized) or how a series of transformations can benefit of observables.
Beta Was this translation helpful? Give feedback.
All reactions