PPPratik Patreinpratieek.hashnode.dev·Jan 18, 2022 · 5 min readDemystifying OOP in JavascriptWhat is Object-Oriented Programming? Object-Oriented Programming is a popular programming paradigm. It's a style of programming that is centered around objects rather than functions. Object-Oriented Programming in Javascript Javascript is a Prototyp...00
PPPratik Patreinpratieek.hashnode.dev·Jan 5, 2022 · 6 min readSimplifying ReduxIf you are learning React or working on a project which uses React then you must have heard about Redux. In this article, we will see What is Redux? What is state management? Why use State management tools? How Redux works? What is R...01O