Javascript . React
PDF from React
On April 26, 2023 by Sonahang RaiCreating PDF from React frontend along with a dynamic data can be a challenging task for a frontend developers. I as a frontend developer in ReactJS got this challenge during one of my project where I had to create a PDF file of a component which would also consist of a dynamic datas. I started
Javascript
Check internet status with Javascript
On November 20, 2022 by Sonahang RaiJavascript is so powerfull. Nowadays we can see that there are lots of web app being used offline with the PWA implementation. Thats because javascript has the ability to detect if the client is connected to the internet or not. We can simple listen to the javascript window to know about the clients connectivity status.