How to Add React Icons to An AppIntroduction Icons are an excellent method for enhancing the look and ease of access of a user interface. They give a precise visual illustration of the task of an element. What are React-icons? React-icons is a small library that helps you add icons...Feb 1, 2023·2 min read
Ternary Operator in JavascriptIntroduction In this post, we'll discuss what the ternary operator is, how it is used, when to use it and discuss how it compares to other constructs such as if/else, if/else if/else and switch. What is Ternary Operator? The ternary operator in JavaS...Nov 22, 2022·4 min read