January 2021
Intermediate to advanced
583 pages
11h 39m
English
After two chapters on reactive programming, we barely scratched the surface on reactive applications. Reactive code won’t make your code simpler and easier to read, but it makes it more robust and easier to extend. Complex applications exchanging a large amount of information are most suitable for implementations using reactive frameworks. By using reactive programming, data can be streamed, and operations can be executed to transform it and combine it simply and effectively without needing ...