shrilakshmi.hashnode.devUnderstanding CSS text-property attributeThis is a first blog from my study of css and Js from scratch . Let’s have a look at text-property of CSS. I have tried to list all the properties in one place and now sharing it with you all. For most of the values and explanation, I have tried to k...Jan 12, 2023·11 min read
shrilakshmi.hashnode.devCSS AnimationI was wondering about pre-loader, image pop-ups, dynamic/moving SVG elements, etc. This made me read about animation and here are the basics I have covered so far... Animation is the property that is used to transition CSS properties of a particular ...Jan 12, 2023·5 min read
shrilakshmi.hashnode.devLet's understand useEffect()Let’s understand how useeffect works Understanding syntax of useEffect useEffect(<callBackFunction>,<dependency array>) What should be there in callBackFunction? All side effects should go inside callBackFunctions, like API call , some calculation wh...Jan 12, 2023·2 min read
shrilakshmi.hashnode.devReact Native Increment Decrement ButtonRecently I committed my first open source library called React Native Increment Decrement Button, in this article blog I am going to briefly talk about it . https://www.npmjs.com/package/react-native-increment-decrement-button What will be covered i...Apr 2, 2021·4 min read