Your React App Doesn't Need All That JavaScript
Talk by Jemima Abu Part of React Summit
Not yet scheduled
Should we be using a state management library to toggle dark mode? Do we really need a custom hook for opening an accordion? In this talk, we'll take a look at how to use HTML and CSS to build simpler alternatives to common interactive components such as accordions, modals, scroll transitions, carousels and more. We'll also take a look at the performance and accessibility benefits and real-life applications and use-cases of these components. The goal is to simplify how we handle content, display and animation using native browser features and leaving React to do what it's best at: everything else.