Published inVectoScalarCurrying In JavaScriptCurrying is a function that takes one argument at a time and returns a new function expecting the next argument. It is a conversion of…Oct 10, 2023Oct 10, 2023
Published inVectoScalarLogging in React & React Native : Best practicesLogs are a very important concept to any JavaScript developer, and they may even be more important to React Native developers. When…Jan 4, 20231Jan 4, 20231
Published inVectoScalarWhat is JSX?JSX stands for JavaScript syntax extension. It is a JavaScript extension that allows us to describe React’s object tree using a syntax that…Jan 1, 2023Jan 1, 2023
Published inVectoScalarReact Native’s New ArchitectureThis article aims to cover the most important changes brought by the re-architecture:Dec 30, 2022Dec 30, 2022