Hi , I'm Kishore.
I'm a software engineer at Freshworks. Part of the front end team. Working closely on various design and functionality aspects. Working on React, React Native, Angular, Javascript, Html, Css etc.
I like to write tech blogs, specially about latest and greatest front end technologies and hence this website where I will mainly put my writings. Apart from this you can check out my Medium and Dev.to profile.
Side projects
rctx-tooltip
Tooltip library extensively for react library.
rctx-contextmenu
Context menu plugin for React.
Recent writings
Write your own polyfill
In the new era of web development we never think of writing custom polyfill because whatever frameworks we use, those use polyfill under the...
Handle prop drilling at ease
If you are breaking your component into multiple pieces in react, then you would have gone through a process of passing data into an extrem...
Mutate object or arrays without changing original source
If you are building a javascript application irrespective of any framework, you would have faced a specific issue where you want to modify...