Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Agera | 7,340 | 4 years ago | 4 | apache-2.0 | Java | |||||
Reactive Programming for Android | ||||||||||
Learn Rxjs | 3,572 | 2 days ago | 12 | mit | TypeScript | |||||
Clear examples, explanations, and resources for RxJS | ||||||||||
Most | 3,453 | 1,070 | 297 | 5 months ago | 79 | October 08, 2020 | 48 | mit | JavaScript | |
Ultra-high performance reactive programming | ||||||||||
Kefir | 1,828 | 9,210 | 251 | 11 days ago | 86 | November 28, 2020 | 38 | mit | JavaScript | |
A Reactive Programming library for JavaScript | ||||||||||
Callbag Basics | 1,628 | 44 | 45 | a year ago | 10 | November 27, 2020 | 4 | mit | JavaScript | |
👜 Tiny and fast reactive/iterable programming library | ||||||||||
Flyd | 1,526 | 189 | 125 | a year ago | 34 | July 11, 2018 | 49 | mit | JavaScript | |
The minimalistic but powerful, modular, functional reactive programming library in JavaScript. | ||||||||||
Learnrx | 1,378 | 4 years ago | 40 | JavaScript | ||||||
A series of interactive exercises for learning Microsoft's Reactive Extensions Library for Javascript. | ||||||||||
Refract | 805 | 5 | a year ago | 32 | December 29, 2021 | 4 | mit | TypeScript | ||
Harness the power of reactive programming to supercharge your components | ||||||||||
Sodium | 800 | 2 | 7 months ago | 5 | February 03, 2020 | 34 | other | C# | ||
Sodium - Functional Reactive Programming (FRP) Library for multiple languages | ||||||||||
Qbit | 687 | 8 | 16 | 5 years ago | 83 | October 20, 2017 | 62 | apache-2.0 | Java | |
The Java microservice lib. QBit is a reactive programming lib for building microservices - JSON, HTTP, WebSocket, and REST. QBit uses reactive programming to build elastic REST, and WebSockets based cloud friendly, web services. SOA evolved for mobile and cloud. ServiceDiscovery, Health, reactive StatService, events, Java idiomatic reactive programming for Microservices. |
This is an example of FLutter application that fetches the London's weather data from a public API. It is build using the reactive programming and is structured under the BLoC pattern. You can find all step-by-step implementation details in a Medium article designed to prove the reactive programming and the BLoC pattern concepts in Flutter.
You can add improvments to the app in terms of UI, but much more you can use Dependency Injection to avoid thight coupling between classes. For this purpose, another Medium article is available for you. Please read it for more details.