ByteGen
ByteGen
  • 29
  • 41 150
Next.js Data Fetching Incremental Static Regeneration ISR (Everything You Need to Know)
In this video, we’ll learn everything you need to know about Next.js Incremental Static Regeneration (ISR). We cover essential concepts like time-based revalidation, on-demand revalidation with revalidatePath, and on-demand revalidation with revalidateTag. Whether you’re new to ISR or looking to deepen your understanding, this comprehensive guide will help you implement and optimize ISR effectively in your Next.js projects.
Переглядів: 66

Відео

Next.js Routes 12.Route Handlers (Everything You Need to Know)
Переглядів 6116 годин тому
In this tutorial, we’ll explore Route Handlers in Next.js, a key feature that allows you to define and control the behavior of your routes more precisely: ✨ What Are Route Handlers?: Learn the role of route handlers in Next.js and how they manage HTTP requests for specific routes. ✨ Setting Up Route Handlers: Discover how to configure route handlers for GET, POST, and other HTTP methods in your...
Next.js Routes 11.Intercepting Routes (Everything You Need to Know)
Переглядів 2821 годину тому
In this tutorial, we’ll dive into the concept of Intercepting Routes in Next.js, a powerful feature that lets you modify and control route behavior dynamically: ✨ What Are Intercepting Routes?: Understand how intercepting routes allow you to catch and modify route requests before they are processed. ✨ Setting Up Intercepting Routes: Learn how to configure your project to intercept routes and cu...
Next.js Routes 10.Parallel Routes (Everything You Need to Know)
Переглядів 65День тому
n this tutorial, we’ll explore Parallel Routes in Next.js, a powerful feature that allows you to render multiple routes simultaneously: ✨ What Are Parallel Routes?: Understand the concept and how they enable parallel rendering of different UI sections. ✨ Setting Up Parallel Routes: Learn how to configure your project to use parallel routes for better performance and structure. ✨ Practical Examp...
Next.js Routes 9.Dynamic Routes (Everything You Need to Know)
Переглядів 19День тому
In this tutorial, we’ll dive deep into Dynamic Routes in Next.js and show you how to handle variable paths efficiently: ✨ Defining Dynamic Routes: Learn how to create dynamic route segments using file naming conventions. ✨ Catch-All Routes: Discover how to capture multiple segments and use them in your app. ✨ Dynamic Params and Query Handling: Understand how to fetch and display data based on d...
Next.js Routes 7 Redirecting (Everything You Need to Know)
Переглядів 15День тому
In this tutorial, we’ll cover how to use redirects effectively in Next.js to manage routing and improve user experience: ✨ Static Redirects: Learn how to define redirects in the next.config.js file. ✨ Dynamic Redirects: Explore how to use middleware and server-side logic for conditional redirects. ✨ Best Practices: Understand when and how to use redirects for SEO and performance.
Next.js Routes 8.Route Groups (Everything You Need to Know)
Переглядів 47День тому
In this video, we’ll explore Route Groups in Next.js and how they can help you structure and manage your application’s routing effectively: ✨ What Are Route Groups?: Learn how to use (group) folders to organize routes without affecting the URL structure. ✨ Practical Examples: See how to create modular, maintainable routes using Route Groups. ✨ Dynamic Grouping: Discover how to combine Route Gro...
Next.js Data Fetching and Caching (Everything You Need to Know)
Переглядів 86День тому
github demo: github.com/soymikey/nextjs-15-tutorial In this tutorial series, we’ll dive deep into best practices for data fetching and caching in modern web development. Whether you’re fetching data from an API, working with ORMs or databases, or optimizing client-side and server-side interactions, this guide has you covered. Here’s what you’ll learn: 1. Fetching Data on the Server with the Fet...
Next.js Routes 6.Loading UI and Streaming (Everything You Need to Know)
Переглядів 3314 днів тому
In this tutorial, we’ll explore how to enhance user experience with Loading UI and Streaming in Next.js: ✨ Loading UI: Learn how to create smooth loading states using loading.js. ✨ Streaming Content: Understand how Next.js streams server-rendered content for faster page loads.
Next.js Routes 5.Error Handling (Everything You Need to Know)
Переглядів 2514 днів тому
In this video, we’ll dive into how to handle errors effectively in Next.js: ✨ Custom Error Pages: Learn how to create error.tsx ✨ Error Handling in Routes: Understand how to manage route-specific errors gracefully. ✨ Fallback and Redirect Strategies: Discover best practices for dealing with unexpected issues.
Next.js Routes 4 Linking and Navigating (Everything You Need to Know)
Переглядів 4014 днів тому
In this tutorial, we’ll explore how to seamlessly link and navigate between pages in Next.js: ✨ Linking: Learn how to use the Link component to create fast, client-side navigation. ✨ Navigating: Understand how to programmatically navigate using the useRouter hook.
Next.js Routes 3.Layouts and Templates (Everything You Need to Know)
Переглядів 6314 днів тому
In this video, we’re exploring one of the most powerful features of Next.js: ✨ Layouts: Learn how to create reusable page structures that render only once. ✨ Templates: Understand how templates differ from layouts and why they re-render for each new instance.
Next.js Routes Explained: 1.Defining Routes & 2.Pages (Everything You Need to Know)
Переглядів 3814 днів тому
In this tutorial, we’ll dive deep into the world of Next.js Routing, covering everything you need to know about: ✨ Defining Routes: How Next.js uses the file system to define routes effortlessly. ✨ Pages: Understanding the role of the pages directory and how to structure your app.
Mastering Server Actions in Next.js: Workflow, File Upload Demo & HTTP Request Insights
Переглядів 32321 день тому
Discover the power of Server Actions in Next.js! In this tutorial, we’ll dive into the complete workflow of Server Actions, showcase a file upload demo, explain how to request Server Actions, and guide you through checking HTTP requests effectively. Perfect for developers looking to enhance their Next.js projects with advanced server-side capabilities!
Understanding Gin’s Source Code: Route Definition, Request Handling, and Response Workflow Explained
Переглядів 114Місяць тому
In this tutorial, we dive deep into the Gin framework’s source code to uncover the workflows that power this popular Go web framework. We’ll walk through the process of defining a route (group.GET, group.handle, engine.addRoute), explore the request handling workflow (engine.Run, engine.Handler, engine.ServeHTTP, handleHTTPRequest, Context.Next()), and examine how responses are generated (Conte...
How to Encapsulate Axios Elegantly with React JS Tutorial
Переглядів 415Рік тому
How to Encapsulate Axios Elegantly with React JS Tutorial
Github Actions For Beginner - Part4
Переглядів 113Рік тому
Github Actions For Beginner - Part4
Github Actions For Beginner - Part3
Переглядів 66Рік тому
Github Actions For Beginner - Part3
Github Actions For Beginner - Part2
Переглядів 49Рік тому
Github Actions For Beginner - Part2
Github Actions For Beginner - Part1
Переглядів 187Рік тому
Github Actions For Beginner - Part1
Git Tutorial For Advanced
Переглядів 107Рік тому
Git Tutorial For Advanced
Git Tutorial For Beginners
Переглядів 255Рік тому
Git Tutorial For Beginners
Next.js 13 And Shadcn Tutorial For Beginner
Переглядів 14 тис.Рік тому
Next.js 13 And Shadcn Tutorial For Beginner
Next.js 13 Tutorial For Beginner
Переглядів 302Рік тому
Next.js 13 Tutorial For Beginner
Tips To Write Better Javascript and React Code
Переглядів 74Рік тому
Tips To Write Better Javascript and React Code
How To Setup Prettier, ESLint and Husky For Beginners
Переглядів 24 тис.Рік тому
How To Setup Prettier, ESLint and Husky For Beginners
Learn 5 Programming Paradigms In 15 Mins
Переглядів 91Рік тому
Learn 5 Programming Paradigms In 15 Mins
TypeScript Tutorial For Beginners
Переглядів 140Рік тому
TypeScript Tutorial For Beginners
React Hook Tutorial
Переглядів 108Рік тому
React Hook Tutorial

КОМЕНТАРІ

  • @emmazhang2069
    @emmazhang2069 Місяць тому

    So helpful to know how to use Gin’s👍

  • @zoelee7744
    @zoelee7744 Місяць тому

    Great!

  • @eduarddez4416
    @eduarddez4416 2 місяці тому

    Works, the only thing i can say though that this tutorial can be compressed down in 4-5 minutes, a tid bit slow

  • @ditterbugleen
    @ditterbugleen 3 місяці тому

    Great video!

  • @kooday
    @kooday 4 місяці тому

    run `npx husky init` now husky install is deprecated

  • @bluin666
    @bluin666 5 місяців тому

    Doesn't work anymore 2024

  • @NicolasSilvaVasault
    @NicolasSilvaVasault 5 місяців тому

    prettier and eslint are super easy to setup, but husky!??!?! holy hell

  • @anupammaurya6624
    @anupammaurya6624 5 місяців тому

    Where is ESLint!

    • @manishamuskan6755
      @manishamuskan6755 3 місяці тому

      Project boilerplate creted by Create-React-App has in-built EsLint installed with it.

  • @arnaldoceballos4653
    @arnaldoceballos4653 8 місяців тому

    Hello, question...in an Angular project, how can you execute the scripts defined in package.json in a git hook? For example, if you define in .lintstagedrc { "src/**/*.{ts,html}": "npm run lint" } and in package.json the script "lint": "ng lint", it does not recognize the command

  • @paramgondaliya-d5s
    @paramgondaliya-d5s 8 місяців тому

    Thank you so much this video is so helpful for me 🥰😇🤗☺

  • @IraMira-s7p
    @IraMira-s7p 9 місяців тому

    This is the only tutorial worked for me. Thanks so much!!!!!

  • @anasouardini
    @anasouardini 10 місяців тому

    I couldn't get to work; so annoying. I just got back to good old .git/hooks files.

  • @jamilsinno752
    @jamilsinno752 10 місяців тому

    Thank you. This helped a lot

  • @tonysmarks3578
    @tonysmarks3578 Рік тому

    老哥 B 站 是哪个?

  • @christophercudiamat-c8e
    @christophercudiamat-c8e Рік тому

    thanks man

  • @stanislavvranic1745
    @stanislavvranic1745 Рік тому

    Very good job man, very helpful and clean explained

  • @soraya5701
    @soraya5701 Рік тому

    Thank you for your efforts

  • @judevector
    @judevector Рік тому

    Keep it up brother, this tutorial is awesome

  • @firewatermoonsun
    @firewatermoonsun Рік тому

    Thank you buddy for a great vid.

  • @abhilashm5236
    @abhilashm5236 Рік тому

    Very informative, can you please make a video on micro front end architecture with next 13.4+

  • @emmazhang2069
    @emmazhang2069 Рік тому

    ❤❤

  • @srushteesatardey9478
    @srushteesatardey9478 Рік тому

    This is the only tutorial worked for me. Thanks so much

  • @zetana2409
    @zetana2409 Рік тому

    Keep up the enthusiasm and consistency in creating content, sir, I support you by subscribing and thank you for the tutorial

  • @samuel-maa
    @samuel-maa Рік тому

    And ahhh😂

  • @nslookup2011
    @nslookup2011 Рік тому

    hello from China! not too bad, stick on it and keep moving!

  • @RakibCoding
    @RakibCoding Рік тому

    Good work bro 👍

  • @LamVo-x4j
    @LamVo-x4j Рік тому

    great examples, learning TS with this tutorial + chatGPT + thanks !

  • @MrKeliv
    @MrKeliv Рік тому

    Thank you. Its very usefull. Great tutorial

  • @LamVo-x4j
    @LamVo-x4j Рік тому

    quick and concise. thanks

  • @LamVo-x4j
    @LamVo-x4j Рік тому

    nice !

  • @LamVo-x4j
    @LamVo-x4j Рік тому

    a lot of useful info. thanks !

  • @danieljing9319
    @danieljing9319 Рік тому

    thanks for posting these useful stuff, keep going!

  • @prashlovessamosa
    @prashlovessamosa Рік тому

    Hey I just wanna say thank you sir.

  • @prashlovessamosa
    @prashlovessamosa Рік тому

    Thank you.

  • @caio6837
    @caio6837 Рік тому

    Keep going.

  • @queenofsheba8275
    @queenofsheba8275 Рік тому

    Thank you for the upto date tutorial. I hope your channel grows.

  • @YuqingChan
    @YuqingChan Рік тому

    hey may i ask you what keyboard you are using?

  • @manokaranmanivasakan5141
    @manokaranmanivasakan5141 Рік тому

    Great job

  • @sss863030
    @sss863030 Рік тому

    I wish to make a react-Query theme

  • @zakidzz
    @zakidzz Рік тому

    hi pleasz make vedio on shad cn costumise component until you cant reconize them

  • @DespicariPirates
    @DespicariPirates Рік тому

    keep going man

  • @joky
    @joky Рік тому

    Great git tutorial ❤

  • @ahmaddanesh1163
    @ahmaddanesh1163 Рік тому

    Awesome Tutorial

  • @jinjingwu
    @jinjingwu Рік тому

    Great work bro.👊

  • @dagermohamed
    @dagermohamed Рік тому

    amazing tutorial, keep going!

  • @joky
    @joky Рік тому

    Great job, man ❤

  • @zhonghuayan88
    @zhonghuayan88 Рік тому

    帽强

  • @Meizheng1222
    @Meizheng1222 Рік тому

    👍