ReactPWA v2.2.3 available with latest stable release of React v16.8.0 with hooks
The long awaited React 16.8.0 with hooks is now released and as you all know the team at Atyantik Technologies constantly works on improving ReactPWA, so we tested out the…
Cloning JavaScript Array in Multiple Ways
There are lots of different ways to clone JavaScript Array. In this article, I will list the most prominent and fastest ways to clone an Array. Different ways to clone a…
Why move to Progressive Web Apps?
Progressive Web Apps is a term that is most discussed these days amongst the developers. So, you may have also come across this term, unless you stay in a cave…
Proxy, The new Javascript ES6 feature
You may have heard about or come across a new term called Proxies. So, what do you mean by Proxy, what is JavaScript Proxies, how are they more helpful and how…
Clean code practices
First of all, what does clean coding mean? Clean code is code that is easy to understand and easy to change. OK, that sounds nice, but what does it…
Animating the progress bar – Cross Browser
The progress element represents the completion progress of a task. A progress element must have both a start tag (i.e. <progress>) and an end tag (i.e. </progress>). Attributes: It can…
Geolocation using JavaScript
Background Geolocation has been a significant feature to track the user’s location. We can represent it on the maps (such as Google Maps, Open Maps) with the help of the…
React’s Virtual Dom
Before we start with virtual DOM we should know the basic of DOM(the original DOM) DOM The Document Object Model (DOM) is a cross-platform and language-independent application programming interface that…
Categories
- Charts (1)
- Deployment Tools (1)
- IDE (1)
- JavaScript (3)
- Operating System (1)
- Other (30)
- PHP (1)
- Programming (6)