Let's Use Tech

Let's Use Tech

Follow
Follow
homeCollabbadgesnewsletter
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

This Context API Mistake Ruins Your Whole React App (All Components Re-Render)

Sep 11, 20234 min read

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...

This Context API Mistake Ruins Your Whole React App (All Components Re-Render)

Stop Conditional Rendering in React Without Knowing This (&& and Ternary Operator)

Sep 4, 20233 min read

In React, you can do conditional rendering in two different ways: Using the ternary operator Using the logical AND operator (&&) Both of these...

Stop Conditional Rendering in React Without Knowing This (&& and Ternary Operator)

How To Build Custom, Reusable Web Components From Scratch

Aug 30, 20236 min read

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...

How To Build Custom, Reusable Web Components From Scratch