PSPrince Singhinmrprince88.hashnode.dev·Jan 30, 2024 · 5 min readFunctional ProgrammingFunctional programming is a programming paradigm in which we try to solve everything in a pure mathematical functions style. It is a declarative type of programming style. Its main focus is on “what to solve” in contrast to an imperative style where ...00
PSPrince Singhinmrprince88.hashnode.dev·Jan 25, 2024 · 3 min readReact Design Patterns You Cannot MissHere is a list of design patterns in React I have picked up over the years working with React based technologies. High Order Components These takes a component as a prop, applies some logic and returns the same component with extra properties. It is ...00