#reactive-programming

[ follow ]
React
fromInfoWorld
4 days ago

We mistook event handling for architecture

Front-end systems should prioritize state as primary architecture rather than organizing around event-driven reactions to reduce complexity and improve reasoning about applications.
Software development
fromInfoQ
4 months ago

After Seven Years, Google Reinvents Android Navigation with Jetpack Navigation 3

Jetpack Navigation 3 redesigns Android navigation around reactive Jetpack state, giving full back-stack control, a single source of truth, modular APIs, and deep customization.
fromInfoWorld
4 months ago

A fresh look at the Spring Framework

The Spring Framework is possibly the most iconic software development framework of all time. It once suffered from a reputation of bloat, but it has long since shed that perception. In this article, we'll take fresh look at Spring, including an overview of Spring Boot and how Spring handles standard application needs like persistence and security. You'll also learn about newer features that modernize Spring, including its approach to developer experience, reactive programming, and cloud and serverless development.
Web frameworks
fromInfoWorld
5 months ago

Reactive Java with Spring WebFlux and Reactor

Reactive programming is an important coding style that evolved from the functional programming world. Reactive code is ideal for processing and connecting realtime streaming data. You can use reactive programming to compose streams into pipelines that cleanly model complex logic with non-blocking operations. Java has excellent reactive support, and one of the most popular reactive Java frameworks is Spring WebFlux.
Web frameworks
React
fromInfoQ
9 months ago

Svelte Releases Attachments to Enhance DOM with Interactive and Reactive Features

Svelte Attachments enhance components with interactivity and reactivity, replacing Svelte Actions.
fromInfoQ
10 months ago

RxJS Best Practices in Angular 16: Avoiding Subscription Pitfalls and Optimizing Streams

Angular 16 introduces essential tools like DestroyRef and signals, transforming reactivity and lifecycle management, thereby improving code efficiency and future-proofing for versions 17/18.
Angular
React
fromGitHub
11 months ago

GitHub - nerdalytics/beacon: A lightweight reactive state library for Node.js backends. Enables reactive state management with automatic dependency tracking and efficient updates for server-side applications.

Lightweight reactive state management for efficient Node.js applications.
[ Load more ]