Shrushti PolekarExploring more about reducers, pure functions,side-effects ,useEffect() ,async calls and context..!There are few new things related to reducers, pure functions,side-effects,useEffect() , async calls and context which I came across while…Apr 9, 2022Apr 9, 2022
Shrushti PolekarChanging my perspective towards CSS!In my opinion, building your own version of the CSS component library is the best way to learn and polish your skills in CSS. With every…Feb 26, 20223Feb 26, 20223
Shrushti PolekarLocalize your React Application!Ever wondered how interesting it would be if you could make your website available in different languages as per the need of users???Dec 31, 2020Dec 31, 2020
Shrushti PolekarMy journey through GSSoC’20 Extended!Back in July 2020, when I was leafing through my LinkedIn feed, I came across several certificates posted by my connections on LinkedIn…Dec 31, 2020Dec 31, 2020
Shrushti PolekarinJavaScript in Plain EnglishYou Need To Understand Event Bubbling and Capturing in JavaScriptEvent Bubbling and Capturing are very important concepts to know if you want to have control over the events fired in DOM!Dec 1, 2020Dec 1, 2020
Shrushti PolekarinThe StartupMore About ‘this’ Keyword in JavaScriptWhenever any code is executed in JavaScript , it runs inside an Execution Context. The Global Execution Context is the very first…Nov 28, 2020Nov 28, 2020
Shrushti PolekarPrototypes in JavaScript!Prototypes is one of the most important pillars in JavaScript! In this article we will understand what are prototypes ,what are global…Nov 27, 2020Nov 27, 2020
Shrushti PolekarHoisting in JavaScript!JavaScript exhibits some different features and functionalities which sets the language apart from other programming languages! Well…Nov 19, 2020Nov 19, 2020
Shrushti PolekarDiving deeper into JavaScript functions!We all know functions are group of statements that perform a specific task. Functions in JavaScript exhibit various forms .We have a…Nov 12, 2020Nov 12, 2020
Shrushti PolekarUnderstanding JavaScript Runtime!JavaScript is a single threaded programming language,as it has only one Call stack and memory heap.Well this makes things pretty slow…Sep 14, 2020Sep 14, 2020