lavanyacheemakurthy.hashnode.devA way of dynamic usage of CSS variables along with Context API in ReactIn this article, we will cover, how to set CSS variable values from JSX and how to use Context API so that nested child will be able to change the same variable values. Assume we have to set the background color as three different colors based on one...Aug 30, 2023·4 min read
lavanyacheemakurthy.hashnode.devRate limiting operation in React with multiselect-react-dropdownLet us start by understanding a few things first. Q. What is Rate limiting operation? It simply means reducing the frequency of something happening repeatedly. Q. Why do we need to rate limit some operations? Assume we have a Gun shooting game, and a...Aug 2, 2023·5 min read
lavanyacheemakurthy.hashnode.devMy Journey of React Native app developmentI started looking at some articles on React native app development to make it the subject for my new learning and I found a series by Hitesh Choudhary on youtube with the same content on what I am looking for and I started checking it out. Check out ...Jul 12, 2023·3 min read