How To Create React App Project Using Vite with TypeScript

Hi everyone, In this article I’ll show you step by step how to create new React app project using Vite along with TypeScript. Vite is powerful JavaScript build tool that you can try when develop new application. Instead just using JavaScript, in this article I will show you how to using TypeScript for better development … Read more

How To Create If Condition Inside map() method on React JS

Hi everyone, I want to share you about how to create if conditional inside a map() function in React. When you develop React application, sometimes you need to display item base on a condition especially in map(). However, when you using map() function in JavaScript/TypeScript is crafty. But, no worries. I will explain to you … Read more