LLaDoppiaEsseinladoppiaesse.hashnode.dev·Mar 1, 2023 · 6 min readHow to use the spread operator (...) in ReactStumbled upon three dots or an ellipsis in JavaScript and wondered what on earth it means? Allow me to formally introduce you to the spread operator! A handy JavaScript feature that makes your code simpler, compact, and more pleasant to write. The sp...00
LLaDoppiaEsseinladoppiaesse.hashnode.dev·Dec 14, 2022 · 6 min readDemystifying Linked ListsWhen I first encountered linked lists when learning JS, I felt hopeless. As a beginner, I really struggled to understand what they are used for and why we could not just use an array! As I didn’t want to leave a big gap in my knowledge, I took some t...00
LLaDoppiaEsseinladoppiaesse.hashnode.dev·Nov 28, 2022 · 11 min readAn introduction to React component propsProps are short for properties and are one of React's most fundamental concepts! Since all React apps use props in one way or another it's essential you have an unshakable understanding of what they are and how to use them. Due to their unique behavi...00
LLaDoppiaEsseinladoppiaesse.hashnode.dev·Sep 15, 2022 · 3 min readReact for Real Dummies #1 - Lifting State UpFirst Post of the React for Real Dummies Series! Today we understand what it means to lift state up. Lifting state up is a common practice to make the state (an object that contains information about the component's current situation) available to e...00
LLaDoppiaEsseinladoppiaesse.hashnode.dev·Sep 15, 2022 · 1 min readReact for Real Dummies #0 - IntroductionWelcome to the series React for Real Dummies! A few things about me: I come from a Life Science, mostly Microbiology, background (PhD level) I started learning programming a few months ago I had basically no previous knowledge of any programming l...00