#web-development
Read more stories on Hashnode
Articles with this tag
Vercel recently released a React tweet package that lets you embed a tweet in your React component using one line of code. It also lets you render the...
It can’t be overstated how much of a key role performance plays when it comes to user experience. Nothing can make a user leave your app quicker than...
In React, you can do conditional rendering in two different ways: Using the ternary operator Using the logical AND operator (&&) Both of these...
In HTML, there are so many elements we can use to mark up our web page. But do you know that you can also create your own custom web component? The...
Imagine a framework that gives you all the benefits of a modern UI framework such as React or Vue.js, as well as the simplicity of HTML. Yes, such a...