Hi there 馃憢, I’m Yogesh.

  • Software Engineer based in Mumbai, India 馃嚠馃嚦
  • Specialized in Web technologies, passionate about Golang, Rust 馃, Elixir, and Javascript.
  • Currently contributing at @invideo.io, crafting a revolutionary video creation 馃幀 tool for diverse creators worldwide.

Offline Fallbacks with React Native

When building an Online first Applications, you should always think of what happens when there is no connectivity. We don鈥檛 want our users to look at an empty screen or loading indicator forever. Do we? So when creating an application, you should always show your users something, like a cached data or message that indicates the user that they鈥檝e lost the Internet connectivity. I just added this in one of my React Native application called SLPS....

October 23, 2019 路 3 min 路 445 words 路 Me

Let's catch React with Hooks 馃帲

React Hooks allows us to write Stateful functional Components by using functions called hooks provided by React and you can create your own custom Hooks that you can share across many components. In this article we are going to look into some of the different hooks and see how they compare to traditional Class based components. We are gonna look at the three basic and most used hooks useState,useEffect and useContext....

February 9, 2019 路 4 min 路 803 words 路 Me