Posts Tagged "React"

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

Read More

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

Read More

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

Read More

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

Read More

What’s new in Next.Js

This RFC outlines the biggest update to Next.js since it was introduced in 2016: Nested Layouts: Build complex applications with nested routes. Designed for Server Components: Optimized for subtree navigation. Improved Data Fetching: Fetch in layouts while avoiding waterfalls. Using

Read More

How to make your site 25x faster

Organic traffic is a great way to get eyeballs on your website and Google is the most popular search engine of choice that you can use to get that organic traffic coming. Although Google ranks your site based on a

Read More

Top 5 JavaScript trends to adopt in 2021

As the world leans more towards digital technologies, as more businesses focus on online and physical presence, and as content continues to dominate, web development becomes even more essential. Accordingly, one of the best programming languages for better frontend development

Read More

7 useful JavaScript shorthands you must know about

JavaScript is a very powerful programming language these days. There is a lot that you can do with it. In addition to that, JavaScript has a huge ecosystem that allows you to discover a lot of useful tools, frameworks, and

Read More

The best JavaScript practices to make your code look and work better

We always say that JavaScript is full of surprises. It never fails to amaze us. Every day, we learn something new about this programming language. Something which is very small but can make a huge impact on your code. Something

Read More

The most useful Frontend coding tips and Database concepts

Frontend development is very important these days. There are a lot of tasks that a frontend developer has to do on a daily basis. As front-end developers, we write a lot of HTML, CSS, and JavaScript code all the time.

Read More