How to Build a Search Bar with Web Components — JavaScript Tutorial

preview_player
Показать описание
In this video, learn how easy it is to build a stylish search bar component using JavaScript Web Components. This is also great if you want to learn how to build custom elements.

Ionicons

If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!

#dcode #javascript #webdevelopment
Рекомендации по теме
Комментарии
Автор

*If you prefer to create a search bar without web components* 👇

dcode-software
Автор

Great explanation! You are one of a few that creates high quality vanilla.js tutorials. Your channel should have hit the million subs years ago.
Keep up the great work!

danimatuko
Автор

u reading my mind dom.. really need this at the moment

johnlabuci
Автор

I recently learned there is a new semantic <search> element now too.

bmehder
Автор

I am not very familiar with modules but working with modules and components in vanilla JavaScript has one significant advantage, meaning I don't need to learn all those fancy frameworks like React, Vue, etc. It seems to provide sufficient functionality on its own.

TomasMisura
Автор

Wait, you can create components in vanilla js and import them into your html? 🤨 damn... I really do not know a lot

manuelenng