João Esperancinhajesperancinha.hashnode.dev·Jan 7, 2025Making reactive applications with a Kitten Care ExampleOriginal Photo At the beginning of 2020, I was trying to make an example to illustrate the benefits of using a Reactive Programming model. I already had an idea of an application that I wanted to make and because I love cats, I wanted to make an appl...Reactive Programming
Pawan Gangwaniblogs.pgangwani.co.in·Nov 16, 2024Understanding Jotai: A Fresh Take on React State ManagementReact state management has evolved significantly over the years, from the simple useState hook to complex state management libraries. Today, let's explore Jotai, a primitive and flexible state management library that brings an atom-based approach to ...Jotai
Romman Sabbirrommansabbir.com·Jun 27, 2024Android : ViewModelStoreEver wondered how ViewModel survive during configuration changes in our Android apps? 🤔 Let me introduce you to ViewModelStore! 🔍 What isViewModelStore? ViewModelStore is a class that stores and manages ViewModel instances. It's essential for keepi...203 readsAndroid Application Developmentandroid state
Elijah Browndevsdaddy.hashnode.dev·Apr 9, 2024Reactive programming in Gamedev. Let's understand the approach on Unity development examplesHello everyone. Today I would like to touch on such a topic as reactive programming when creating your games on Unity. In this article we will touch upon data streams and data manipulation, as well as the reasons why you should look into reactive pro...21 likes·63 readsText Tutorialsunity