Javascript React

Typescript vs. Javascript: The Key Differences You Should Know in 2022

Let’s start the battle TypeScript vs JavaScript with an introduction of both technologies. JavaScript is a scripting language, that was developed by EMCA’s Technical Committee and Brendan Eich. It works...
Read More
Javascript Vue

A simple vuejs step/form wizard plugin

vue-step-wizard Documentation https://tushargugnani.github.io/vue-step-wizard/ Installing Plugin npm install –save vue-step-wizard Import Globally import VueStepWizard from ‘vue-step-wizard’ import ‘vue-step-wizard/dist/vue-step-wizard.css’ Vue.use(VueStepWizard); Import and use Components Locally //local registration import {FormWizard, TabContent} from...
Read More
Javascript

Why should I start using Optional Chaining and Nullish Coalescing operators?

Gone are the days where you had to add incremental nullish (undefined or null) checks when fetching values in nested objects. Let’s do more with less code. These operator...
Read More

Pin It on Pinterest

Generated by Feedzy