Adekola Oluwatonilobatheadekolaexperience.hashnode.dev·Jul 5, 2024Svelte Vs React: Which is best for your project?Javascript is the language of the web. Its frameworks have completely changed how developers approach web development, equipping them with powerful tools to build interactive and dynamic web applications. Over the years there has been a boom of vario...32 readsSvelte
Ionut Ciprian ANESCUitisciprian.hashnode.dev·Jan 16, 2024Understanding Event Delegation in JavaScriptEvent delegation is a powerful pattern in JavaScript that leverages the concept of event bubbling to handle events at a higher level in the DOM than the element on which the event originated. It allows us to attach a single event listener to a parent...EventDelegation