Rhytham Negirhythamnegi.com·May 6, 2023Custom FilterChip Group using Jetpack Compose in AndroidIn this tutorial, we learn How to Create FilterChipGroup step-by-step: Define the FilterChipGroup function with parameters: items: A list of strings representing the filter chip labels. defaultSelectedItemIndex: Index of the initially selected ite...1.2K readsKotlin
Smart Shocksmartshock.hashnode.dev·Apr 5, 2023Understanding Render Props in React | Simple Example with CodeIn React, "Render Props" is a design pattern that allows a component to pass a function as a prop to its child components. This function can then be used by the child components to render their content, making it a versatile and reusable method of sh...30 reads25 React Exercises for Practical LearningReact