DDDeepak Duttaincss-position.hashnode.dev·May 24, 2023 · 2 min readContext API vs ReduxContext API The Context API is a built-in state management system in React that is simple to set up and requires less code compared to Redux. It's an excellent choice for smaller applications and simpler state management needs. As an application grow...00
DDDeepak Duttaincss-position.hashnode.dev·Aug 27, 2022 · 3 min readA Complete Guide to Arrays in JavaScriptAn array is a data structure which store multiple values(object , Boolean, etc) under a single variable. Each value is called an element specified by an index(i). JavaScript Array Methods : There are lot of array methods and all of them are important...00
DDDeepak Duttaincss-position.hashnode.dev·Jul 23, 2022 · 3 min readMarkdown Cheat SheetMarkdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents . It's allows you to write using an easy to read, easy to write plain text format. We will talk about some important mockdown tags . Le...00
DDDeepak Duttaincss-position.hashnode.dev·Jul 22, 2022 · 2 min readThe CSS Position PropertyUsing The CSS position property You have to control how elements behave and are positioned on the page.There are 5 types of position CSS Position Types Static Position Relative Position Absolute Position Fixed Position Sticky Position Position S...00