Damian Demasi
Damian Demasi's Blog

Damian Demasi's Blog

Follow
homePortfolioSponsor me!Storebadgesnewsletter
Tag

Beginner Developers

#beginners

More content

Read more stories on Hashnode


Articles with this tag

Navigating Mutability and Reference Issues in JavaScript

Feb 27, 20234 min read 157 views

Mutability Mutability refers to the ability of a value or data structure to be changed after it has been created. Primitive values are...

Navigating Mutability and Reference Issues in JavaScript

React: class components vs function components

Dec 1, 20217 min read 282 views

When I first started working with React, I mostly used function components, especially because I read that class components were old and outdated. But...

React: class components vs function components