PinnedPublished inJavaScript in Plain EnglishWhat are Closures & How Does it Work in JavaScript?A tutorial on JavaScript closures with a real-life example.Mar 5, 20222Mar 5, 20222
PinnedPublished inJavaScript in Plain EnglishUnlock the Power of React HOCs: Simplify and Reuse Your CodeAre you looking to streamline your React code and make it more reusable? Look no further than Higher Order Components (HOCs). These…Nov 18, 2024Nov 18, 2024
PinnedPublished inJavaScript in Plain EnglishShallow Copy vs Deep Copy: Key Differences Explained with ExampleWhen it comes to programming, understanding the difference between shallow copy and deep copy is crucial. Both techniques are used to…Nov 19, 2024Nov 19, 2024
PinnedPublished inJavaScript in Plain EnglishDiscover the Differences: Arrow Functions vs Pure FunctionsWhen it comes to JavaScript programming, understanding the differences between arrow functions and pure functions is crucial for writing…Nov 18, 2024Nov 18, 2024
Published inJavaScript in Plain EnglishNew JavaScript Operator? The Ultimate Guide for Safe Assignment OperatorThe new ?= operator in JavaScript, known as the Safe Assignment Operator, introduces a more concise and structured way to handle…Nov 21, 20242Nov 21, 20242
Published inJavaScript in Plain EnglishReact Lazy Load & Suspense For Better PerformanceInject unnecessary code to your end user can lead to leak of performance, more code need to load even if only little piece of code will…Nov 21, 2022Nov 21, 2022
Published inJavaScript in Plain EnglishAdvanced React Native: How useEffect Cleanup Function WorksExplaining how useEffect cleanup function works with a real-world example.Aug 13, 2022Aug 13, 2022
Published inJavaScript in Plain EnglishRedux Vs MobX — Which One to Choose for Your Project?Understand the difference between Redux and MobX and find out which you should use for your project.Jun 12, 2022Jun 12, 2022
Published inJavaScript in Plain EnglishHow to Create a React Native Video Player Using ExpoIn this article we will cover all the process from the beginning about how to create a simple video player on react native cross platform…May 3, 20222May 3, 20222
Published inJavaScript in Plain EnglishHow to Create a FlatList in React NativeA step-by-step guide on how to create a FlatList in React Native.Apr 16, 2022Apr 16, 2022