Next.js 13 has landed in a somewhat confusing way. Many remarkable things have been added; however, a good part is still Beta. Nevertheless, the Beta features give us important signals on how the future of Next.js will be shaped, so
If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding types and type-checking. Types can describe things like the shapes of our objects, how functions can be called, and whether a property can be null
Over the past year, the team has removed Angular’s legacy compiler and rendering pipeline which enabled the development of a series of developer experience improvements in the past couple of months. Angular v15 is the culmination of this with dozens
Node.js major release is rolled out every six months. The new release becomes the Current release for six months, which gives library authors time to add support for them. After six months, odd-numbered releases, such as 19, become unsupported, and
As it was announced at Next.js Conf, Next.js 13 lays the foundations to be dynamic without limits: app/ Directory (beta): Easier, faster, less client JS. Layouts React Server Components Streaming Turbopack (alpha): Up to 700x faster Rust-based Webpack replacement. New next/image (stable): Faster with native browser
Performance is very critical when building data-heavy applications. Every state change renders components. Managing states and rendering updates poorly may lead to slow applications and a bad user experience. Simple Technique To Boost Performance Every time state is updated, the
Cron Jobs in node.js is used for scheduling scripts to run, They’re most commonly used for automating doing a task like scraping data from another website, deleting some data from the database, etc. However, there are many situations when a
In this article, you will learn about the progressive web app, and why PWA is gaining popularity, and also you can create a simple PWA app using NextJs. Overview Progressive Web App Project setup with NextJs PWA implementation Progressive Web
Angular is a TypeScript-based free and open-source web application framework. It is a complete rewrite of AngularJS. This article outlines a few of the standards and best practices of Angular that you could use and experience when developing the applications.
With Vue 3 gaining traction and becoming the new default, many things are changing, and the ecosystem is still shaping. Until recently, the choice for state management was clearly Vuex. But with the new composition API architecture, reactivity mechanism, and
New Features in Next.js 13
Next.js 13 has landed in a somewhat confusing way. Many remarkable things have been added; however, a good part is still Beta. Nevertheless, the Beta features give us important signals on how the future of Next.js will be shaped, so
Tags:
What’s new in TypeScript 4.9
If you’re not familiar with TypeScript, it’s a language that builds on JavaScript by adding types and type-checking. Types can describe things like the shapes of our objects, how functions can be called, and whether a property can be null
Tags:
What’s new in Angular 15
Over the past year, the team has removed Angular’s legacy compiler and rendering pipeline which enabled the development of a series of developer experience improvements in the past couple of months. Angular v15 is the culmination of this with dozens
Tags:
What’s new in Node.js 19
Node.js major release is rolled out every six months. The new release becomes the Current release for six months, which gives library authors time to add support for them. After six months, odd-numbered releases, such as 19, become unsupported, and
Tags:
What’s new in Next.js 13
As it was announced at Next.js Conf, Next.js 13 lays the foundations to be dynamic without limits: app/ Directory (beta): Easier, faster, less client JS. Layouts React Server Components Streaming Turbopack (alpha): Up to 700x faster Rust-based Webpack replacement. New next/image (stable): Faster with native browser
Tags:
How To Speed Up Data-Heavy React Components
Performance is very critical when building data-heavy applications. Every state change renders components. Managing states and rendering updates poorly may lead to slow applications and a bad user experience. Simple Technique To Boost Performance Every time state is updated, the
Tags:
Cron jobs in Node.js
Cron Jobs in node.js is used for scheduling scripts to run, They’re most commonly used for automating doing a task like scraping data from another website, deleting some data from the database, etc. However, there are many situations when a
Tags:
Creating a Progressive Web Application using Next JS
In this article, you will learn about the progressive web app, and why PWA is gaining popularity, and also you can create a simple PWA app using NextJs. Overview Progressive Web App Project setup with NextJs PWA implementation Progressive Web
Tags:
Angular Best Practices and Standards
Angular is a TypeScript-based free and open-source web application framework. It is a complete rewrite of AngularJS. This article outlines a few of the standards and best practices of Angular that you could use and experience when developing the applications.
Tags:
Vue JS State Management Solution
With Vue 3 gaining traction and becoming the new default, many things are changing, and the ecosystem is still shaping. Until recently, the choice for state management was clearly Vuex. But with the new composition API architecture, reactivity mechanism, and
Tags: