this and arrow function
function ke liye "this" kam nahi karta hai, only for objects. arrow function simple function arrow function here you can see conversion d…
This is my personal blog for making notes. You may use this!
function ke liye "this" kam nahi karta hai, only for objects. arrow function simple function arrow function here you can see conversion d…
components --> tsx or jsx other ---> ts or js CSS Modules CSS Modules locally scope CSS by automatically creating a unique class name. This al…
Redux State Management Library for JS Apps. Redux is built for larger, more complex applications. Redux Toolkit is the official recommendation of wr…
npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p How to use @apply directive in Tailwind-CSS ? https://www.geeksforgeeks.org/h…
Functions as Props JS Functions are 1st Class Objects. This means they can be passed to a function as argument, returned from it & assigned to a…
React JS Library for creating UI. JSX JavaScript Extension Syntax It lets us write HTML directly inside JS. JSX -----> babel -----> JS https…