Vue.js (pronounced /vjuː/, similar to view) is a JavaScript framework used to create user interfaces. It is built on top of standard HTML, CSS, and JavaScript and provides a declarative and component-based programming model that allows you to efficiently develop simple or complex user interfaces. Vue.js is a progressive framework for JavaScript that is primarily […]
For the next six months, Node.js 20 is the “current” release, which includes the most recent features. Now is a fantastic moment for organisations and individuals wishing to implement Node.js 20 to test and prototype. Node.js 20 will be available for full production deployments in October and will enter long-term support (LTS). Node.js is utilised […]
JavaScript has evolved into a crucial tool for online and software development since its inception in 1995. It is now the most widely used development environment on the market due to its all-around performance. Furthermore, JavaScript is evolving as a programming language. There are now nearly 300 JavaScript frameworks available, and many more are being […]
Since the release of version 3 in April 2019, Svelte has been the news. But why is that? What is driving this popularity? What makes it unique? Can Svelte be considered the heir to the popular front-end JavaScript frameworks? There are so many questions and we will try to answer them in this blog post. […]
Styling React components is one of the important parts of building components and there are different techniques for setting styles. In this article, we’ll demonstrate approaches like: Inline styling CSS Modules CSS in JS We’ll see what these approaches are all about, the pros/cons of each and how to work with them. Inline styling React […]
Optional property chaining, a welcomed proposal by many developers, has been moved to stage 3 which means it’s a candidate for getting added to the ECMAScript standard. Once it hits stage 4 it’s on the waiting list to be added in the next iteration.