Rishi Bakshirishibakshi.hashnode.dev·Sep 5, 2024FeaturedUnderstanding the Single Responsibility Principle in ReactThe Single Responsibility Principle (SRP) in React emphasizes that each component should have one, and only one, reason to change. This means a component should focus on a single piece of functionality or responsibility. By adhering to SRP, you ensur...82 likes·730 readsMaster Design Patterns In Reactmaster react
Romman Sabbirrommansabbir.com·Jun 28, 2024AndroidX : Mastering JetPack Lifecycle.The AndroidX Lifecycle library is part of Jetpack and helps manage the lifecycle of Android components like activities and fragments. It simplifies handling lifecycle events and makes our app's components lifecycle-aware. Key Components and Concepts ...252 readsAndroid Application Development#lifecycleinandroid