What is AWS Amplify AWS Amplify is a JavaScript library for frontend and mobile developers building cloud-enabled applications. The library is a declarative interface across different...
Continue reading...Rahul Saini
React Behind The Scenes
JSX stands for JavaScript Extension which allows us to write javascript function in HTML. The fundamental syntax of JSX is: React.createElement(component, props, …children) function. But...
Continue reading...Hoisting & Event Bubbling
Hoisting – Hoisting in JavaScript is a behavior in which a function or a variable can be used before declaration. For example, a=5; Var a ;...
Continue reading...Some Techniques for Optimizing Performance on a React App?
1. useMemo() – is a built-in React hook that accepts 2 arguments — a function compute that computes a result and the dependencies array. Returns...
Continue reading...Best all time VScode plugins
Tabnine:- Tabnine is your all-in-one AI assistant that will help you code faster. With over 2 million installations to date, this plugin, driven by machine learning,...
Continue reading...