How To Add Google Analytics on Next.js 15 App

Hi everyone, in this article I will show you step by step how to add and implement Google Analytics on your Next.js application. If you don’t know before, Google Analytics is a platform that collects data from your website and apps. For example, you wanna track performance of a website and information about your visitors. … Read more

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