Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 672 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 672 Bytes

html-can-do-that

Leeds JS Talk - 27.11.2019

A brief talk about the amazing things HTML elements can do! Covering off situations that commonly require lots of JavaScript such as modals and collapsing sections and more! Reduce your bundle size, increase performance and use the platform!

Video avaliable here.

demo.html demonstated a number of HTML elements you can use instead of Javascript, they are broadly supported across browsers (but check with your use case).

We have great power as JavaScript developers to build the web, but with great power, comes great responsibility!