Jemima Abu is a self-taught Front End Developer, Google Developer Expert in Web Technologies and Certified Professional in Accessibility Core Competencies. She is a strong advocate for diversity and intersectionality in technology and accessibility in web development.
When it comes to building interactive features on a webpage, JavaScript is usually the way to go. However, with great JavaScript dependencies comes great website instability. Even a minor undefined element can cause your entire webpage to crash. That’s where going back to the basics come in. Thanks to modern Web APIs, it’s now possible to reduce JavaScript dependency on a website by swapping out JS components for their native HTML element or CSS feature counterparts.
In this talk, we’ll take a look at how to use HTML and CSS to build simpler alternatives to popular JavaScript components such as accordions, modals, scroll transitions, carousels etc. We’ll also take a look at the performance and accessibility benefits and real life applications and use-cases of these components.