How to prevent loading react UseEffect twice?
If you are facing an issue of loading react UseEffect twice, then go to your application "src>>index.js" file. You will get the code like the following snippets. Old React Code Remove that old react code by the following snippets. New Code It will solve the issue. Happy coding!
How to convert second to time format using javascript
Today, I'm going to show quick tips and tricks of JavaScript. Javascript provides all the features to manipulate time and date information from the browser. I need to convert the second value into a time format in my recent project. In that project, I have the data in seconds format and need to convert it [...]
How to create a triangle using CSS3
Today we are going to learn about how to create a triangle using CSS3. First of all it's very simple to do, but required a to know a tip. We will use border-radius property to create that triangle. I've also added download and demo link just below the post. So you can check and download [...]