NextJS Practice Series
Introduction
NextJS is a powerful React framework that enables developers to build high-performance web applications with features like Server-Side Rendering (SSR) and Static Site Generation (SSG).
Key advantages include improved SEO, automatic code splitting for faster page loads, a built-in routing system, and an optimized developer experience with "Fast Refresh" and easy deployment through platforms like Vercel.
Prerequisites
NextJS framework is primarily used for building web applications based on ReactJS and is supported with many more features, so if you only have a need to create a Single Page Web Application or have never started with React, you should look up some basic knowledge before continuing with the posts in this series.
Detail
- Using styled-components in Next Applications
- User Guide for Zustand
- Understanding React Server Component
- Guide to Using NextJS App Router
- Guide to using NextJS Parallel and Intercepting Routes
- Understanding Rendering Methods SSR, CSR, SSG, ISR in NextJS
- Deploying Webhook Revalidate for NextJS
- D3.js
- Build Charts with NextJS and D3.js
- Using D3 and Canvas to Visualize Data on NextJS
- Optimizing Data Visualization Performance with NextJS, D3, and Canvas
- Konva
- React Konva User Guide
- Optimizing Konva Performance with Viewport Culling
- Optimizing Konva Performance with rAF
- Optimizing Konva Performance with Layer Caching and Tiling
- High-Quality Image Export with Konva and NextJS
- Connecting NextJS with NestJS via SocketIO
- Guide to integrating NextJS with gRPC and NestJS via HTTP/2
- Guide to Setting Up Jest Testing for a NextJS Project
- AWS
Happy coding!
Comments
Post a Comment