Ashutosh Dubey retweetledi
Ashutosh Dubey
72 posts

Ashutosh Dubey
@_ashutoshdubey
Software Developer Engineer. Fullstack Developer | NodeJs | Loopback | SQL | ReactJs | Javascript
मुंबई, भारत Katılım Şubat 2020
132 Takip Edilen15 Takipçiler

🛠️ Confused about the difference between shallow and deep cloning in JavaScript? 🤔 My latest article breaks down these concepts and shows how to master object duplication. 💻
Check it out on Medium: surl.li/xkoodi
#JavaScript #CodingTips #DeepClone #ShallowClone #JS
English
Ashutosh Dubey retweetledi

@akshaymarch7 From your namaste react course got to know in browser we can shutdown the internet without actually shutting down it.
English

Good thing about frontend :
With all these frameworks and libraries coming in, we just write so less code to build so much more.
But the bad thing is,
I hardly find good developers who understand how their code works behind the scenes.
New developers can just make things work, but they really don't understand it well. 🤷♂️
English

Syntax difference: A functional component is a function returning JSX, while a class-based component extends React.Component and uses a render method to return JSX.
#react #reactjs #javascript #LearningJourney

English

@iGaganKashyap @debug_mode Still finding a place in noida
English

When an object is created through the .create method. The properties and functions we assign to that object go into a prototype.
To delete prototype properties use
delete obj.__proto__.age
Learned from @piyushgarg_dev
#buildinpublic #javascript

English

Which component is stateful and stateless?
import {useState} from 'react'
function component1(){
const [name, setName] = useState('')
return (<h1>Hello</h1>)
}
function component2(){
const [name, setName] = useState('')
return (<h1>Hello, {name}</h1>)
}
#reactjs
English

comment #YT20 under this tweet and if you have zero replies, you win 🥇
English
Ashutosh Dubey retweetledi
Ashutosh Dubey retweetledi

















