JJahkamsoinjahkamso.hashnode.dev路Jun 28, 2024 路 2 min readConditionals in React? Are they useful?What are conditionals in React? A simple example of this would be: take for example you have a kid or sibling, and you want them to do something (e.g read for exams). You can give them a condition that if they read a book that day, you'll get ice cre...01G
JJahkamsoinjahkamso.hashnode.dev路Jun 19, 2024 路 2 min readWhat are Props in React?So what exactly are the so-called "props" in reactjs? Well, a simple way to explain it is to think of your phone; what does it do? It allows you to share information to someone else across the globe, either through text or phone call, right? The same...00
JJahkamsoinjahkamso.hashnode.dev路Feb 22, 2024 路 2 min readDeploy Express.js Server to VercelOver the past few days, I've been trying to figure out how to deploy my express.js server to vercel to host and connect to my little project that uses AI [chatGPT] 馃憠馃徎https://transx.jahkamso.com, but I wasn't successful, until now. Today, I'll guide...00
JJahkamsoinjahkamso.hashnode.dev路Apr 18, 2023 路 2 min readCSS Positions Properties Explainedin this article we would explain some of the basic CSS positions properties. Hello everyone, in this article I will discuss on different position properties in CSS, we will see the use cases, and some examples of position properties in CSS. What is C...01N