Next.js 13 Full Stack E-commerce App #30 | ADMIN - All Users, Update User, Delete User

Поділитися
Вставка
  • Опубліковано 29 тра 2023
  • Git Repo Link:
    github.com/ghulamabbas2/buyit...
    Checkout my In-Depth Next.js Masterclass on Udemy Courses:
    www.udemy.com/course/nextjs-b...
    Next.js Authentication with Next-Auth:
    • Next.js Authentication...
    ================================================================
    ⚙️ Gadgets I use for Recording:
    💻 Laptop - Macbook PRO M1 - 16/512
    amzn.to/4eUqrSe
    🎤 MIC - Samson Technologies Q2U USB/XLR Dynamic Microphone
    amzn.to/3W9Z4wl
    🖱️Mouse - Logitech G402 Gaming Mouse Hyperion Fury USB, Black
    amzn.to/3RY4xUy
    ⌨️ Keyboard - Logitech K380 Multi-Device Bluetooth Keyboard
    amzn.to/3RY4Fn0
    🖥️ Monitor - UltraSharp 24-Inch Screen Led-Lit Monitor (U2419H)
    amzn.to/4bxidN6
    ================================================================
    Welcome to episode 30 of our Next.js 13 Full Stack E-commerce App tutorial series! In this video, we'll be focusing on the admin functionality of our application, specifically managing users.
    We'll start by demonstrating how to access and display a list of all registered users in the admin dashboard.
    Next, we'll dive into the process of updating user information. You'll learn how to modify user details such as name, email address, and role.
    Lastly, we'll tackle the sensitive topic of deleting user accounts.
    Thank you for watching, and let's dive into the world of Next.js and full-stack e-commerce development together!

КОМЕНТАРІ • 8

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

    This just keeps getting better and better - thanks one more time sir, great work! **applauds**

  • @shakil-the-coding-monster
    @shakil-the-coding-monster Рік тому

    One to the best course in the internet. requesting you to complete the series!

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

    Thanks once more mate. Really good project.

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

    I appreciate all your teaching methods

  • @Gurpreetsingh-vv4ox
    @Gurpreetsingh-vv4ox Рік тому

    Why u didnt use ssr ssg isr in this project ...can anybody explain?

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

    what is the backend framework

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

    Sir we did not get correct pagination because it was productsCount={data?.ordersCount} in the code it should be data?.usersCount.


    this worked for me.