When you're starting a new Vue application, you have to make a lot of choices. Should you choose Vue 2 or Vue 3? Should you use a state management system? Should you use something called the Options API or Composition API? There are a lot of things you have to choose...
Mystery of TypeScript TypeScript is a wonderful tool for writing JavaScript that scales. It’s more or less the de facto standard for the web when it comes to large JavaScript projects. As outstanding as it is, there are some tricky pieces for the unaccustomed. One such area is TypeScript discriminated unions....
Leaflet.js Leaflet.js is currently one of the most popular mapping libraries. It’s a flexible, lightweight, and open-source JavaScript library for creating interactive maps. Leaflet is a framework for presenting map data. The data, along with the base map layer, must be provided by the developers. The maps are composed of tile...
JavaScript is getting huge love and attraction by the developers, and does not seems to stop. One of the reasons behind it is the JavaScript Framework! If you are thinking to get hands-on web development, You can’t skip the JavaScript frameworks such as React, Vue, Angular, and more. With all the hype...
Vue3 plugins are very important for developers to develop vue projects. Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, It is designed from the ground up to be incrementally adoptable. Vue is also perfectly capable of powering sophisticated with modern tooling and libraries as like...
The jury is still out on whether JavaScript is a good thing, or a bad thing, so in this article we’ll look at the pros, the cons, and the alternatives to JavaScript. The short answer to the title question is “no.” The long answer is more complex, and begins with,...