VKVikash Kumarinthatonevikash.hashnode.dev·Sep 2 · 2 min readHow to write clean props in reactjsIn reactjs passing ( writing ) props seems very simple. Until it comes to scalablity. Hello, I'm Vikash. Source ( Unorganized ) interface UserCardProps { user: UserDomainModel; isSmall?: boole011
VKVikash Kumarinthatonevikash.hashnode.dev·Aug 24 · 1 min readOptional utility type in TypeScriptI was scaling a TypeScript definition and get to know this beautiful TypeScript feature. Hello I'm Vikash Kumar. TypeScript has Omit<> | Pick<> | Partial<> That do almost all the work I need mostly pl10
VKVikash Kumarinthatonevikash.hashnode.dev·Aug 22 · 1 min readPartial TypeScript support in Nextjs ApplicationAdopting TypeScript in a JavaScript based nextjs project is quite simpler. Hello, I'm Vikash Kumar. Install typescript as devDependency within your project. If you're working within nextjs project. Ju00
VKVikash Kumarinthatonevikash.hashnode.dev·Aug 3 · 1 min readRecover your lost commits on GitHubWorking within a team / collaborative environment, You'll have to be ready for the worst case scenario. Hello,I'm Vikash Kumar! Scenario You've pushed changes on GitHub recently. Then another guy push10
VKVikash Kumarinthatonevikash.hashnode.dev·Aug 2 · 2 min readJavaScript: The core of WebApart from the history and origin of JavaScript. I would share the exact steps to start your career as a JavaScript developer. Hello, I'm Vikash Kumar. Let's start! Environment There are two environm10