Vikrant Bhat

Vikrant Bhat @bhatvikrant

About: The irony is, I am a web developer but I am shit scared of spiders.Javascript && React ⚛️

Location:
Delhi, India
Joined:
May 30, 2020

Vikrant Bhat
articles - 14 total

Optimize your workflow with Tailwind CSS: Get class completions and hover previews for classes assigned to variables in VScode

TL;DR This article provides instructions on how to enable auto-completion and hover IntelliSense...

Learn More 7 1Mar 12 '23

A Step-by-Step Guide to Share images from Your Expo React Native App to Instagram Stories

Let's get started with this step-by-step guide to share images from your Expo React Native App to...

Learn More 2 0Feb 28 '23

Don't lose your Github contributions when you leave an organization

As Software engineers there are often times in our careers when we change jobs, now this is a good...

Learn More 9 0May 28 '22

.reduce() Polyfill

The full source code for the polyfill is available an the end ⬇️ What is a polyfill? A...

Learn More 4 0Jan 9 '22

How to add Environment variables in a React Native project with TS

There are a lot of ways in which we can use environment variables in React Native, you can look at...

Learn More 31 6Aug 8 '21

Free TailwindCSS components to build UI faster

As a frontend developer often times we want to just spit out a decently looking UI in a short span of...

Learn More 140 5Jul 25 '21

Google outage: Official explanation from Google

You might be aware that Google had a global level outage recently which impacted all their services f...

Learn More 7 0Dec 19 '20

4 PRs done, I need more!

I just completed my 4 hacktoberfest 2020 PRs! Do you guys have any suggestions for open source repo...

Learn More 4 5Sep 30 '20

7 things I learned as a Software Developer

Last week marked my first year as a Software Developer 🎉 I learned a lot of things, but the follow...

Learn More 11 0Sep 20 '20

Open any public GitHub repo in Codesandbox in 3 seconds

If you are someone who wants to quickly just lookup some code in a GitHub repository or even fork or...

Learn More 14 3Aug 23 '20

Javascript (ES2020) **Nullish Coalescing_( ?? ) and Optional Chaining ( ?. )Explained

Nullish Coalescing operator ( ?? ) It is a logical operator that returns its right-hand si...

Learn More 81 11Jul 4 '20

Redux-persist (v6) in detail (React)

Whenever you reload your app, the javascript process has nothing in memory. You will have to re-ini...

Learn More 55 16Jul 4 '20

How to setup Redux with React (2020)

Redux is probably the most popular global state management library for react by far. It eliminates th...

Learn More 138 20Jun 12 '20

What is Deno? Is it gonna replace Node?

Version 1 of Deno was released on 13 May 2020, but what does that mean for you? Is it gonna replace N...

Learn More 62 11May 30 '20