Nothing here yet.
Nothing here yet.
Feb 18 · 5 min read · Installation Setup //ReactJS npm create vite@latest //NextJS npx create-next-app@latest my-next-app Tailwind //ReactJS Install Tailwind from react-vite tailwind doc on tailwind site //NextJS Already BuiltIn Routing //ReactJS npm i react-router-do...
Join discussionFeb 12 · 3 min read · Install React Vite with Typescript npx create vite@latest //after that choose typescript Required and Optional Props //Let we have component like this import type { ReactNode } from "react"; interface UserCardProps { id:string, name?:string...
Join discussion