7 Tools that make you Code Faster | Using VS CodeVisual Studio Code is a popular code editor that provides developers with an exceptional experience. It has numerous built-in features and extensions that can help you write code more efficiently. However, with the vast amount of extensions/plugins a...Feb 27, 2023·4 min read
Higher Order Components in ReactWhat is Higher Order Components (HOCs)? Higher order components, or HOC's, are simply functions that take React Components as parameter, or return them as values, or both. If you know the vanilla javascript, then you are already familiar with Higher ...Sep 28, 2022·4 min read