CDCharlie Dawsoninreactivety.hashnode.dev·Mar 7, 2024 · 5 min readevent.target.value in React - explainedAs a front-end developer, understanding events and knowing how to handle them is key to building interactive apps. Without event handlers, you can only build basic web apps with few dynamic features. React approach to event handlers is a little diffe...00
CDCharlie Dawsoninreactivety.hashnode.dev·Mar 7, 2024 · 5 min readStarting a front-end career in 2024Front-end developers’ work makes all the difference in users’ experience of using your website. A good FE developer is always in high demand, even in times like now. At the time of speaking, there are more than 20.000 vacant positions for front-end d...00
CDCharlie Dawsoninreactivety.hashnode.dev·Mar 7, 2024 · 5 min readBuilding interactive apps with vs without ReactHTML, CSS, and JavaScript are three foundational languages for building dynamic apps. JavaScript, in particular, allows you to add dynamic (also called ‘smart’) features to your app. Expert web developers can use JavaScript to do some wonderful thing...00
CDCharlie Dawsoninreactivety.hashnode.dev·Mar 7, 2024 · 5 min readHandling inputs in ReactTo build interactive web applications, you need user interactions, and by extension, forms for users to interact with. You see forms everywhere – from simple input fields to checkboxes and select dropdowns that allow users to choose one of the few pr...00
CDCharlie Dawsoninreactivety.hashnode.dev·Mar 7, 2024 · 5 min readJavaScript methods you need to know for ReactReact is a popular library for building user interfaces. It is a JavaScript based library, so it shouldn’t surprise you that React uses JavaScript methods. However, you may be surprised by the outsized role JS methods play in building apps in React. ...00