Build A Twitter Sidebar using Next.js 14, React, shadcn/ui, and Tailwind CSS

Поделиться
HTML-код
  • Опубликовано: 16 май 2024
  • Hello, my friends and fellow developers!
    In this video, we cover how you can build a Twitter Sidebar using Next.js 14 app router, React, shadcn/ui, and Tailwind CSS!
    Let me know in the comments below if you want more Next.js content or something else.
    GitHub Repo: github.com/max-programming/sh...
    Next part: • Build A Responsive Sid...
    Timestamps:
    00:00 - Intro & Sidebar Demo
    00:36 - Create Next App
    01:18 - Setup shadcn/ui and theme
    02:53 - Home Page & darkmode
    04:08 - Adding components from shadcn/ui
    05:30 - Sidebar component
    09:34 - Sidebar Button component
    17:03 - Adding sidebar links
    19:42 - Use Link component for navigation
    20:17 - Fix a bug caused by client-server components
    22:28 - Adding all sidebar links
    25:10 - Adding additional sidebar items
    28:05 - Sidebar footer with popover
    33:22 - Adding page with dynamic routes
    35:15 - Highlighting active link in sidebar
    36:13 - Conclusion
    Other Tutorials:
    ⚛️ React and Material UI Todo App: bit.ly/reactmattodo
    🟨 Other JavaScript videos: bit.ly/jstutorials
    📘 Visual Studio Code videos: bit.ly/vscodevids
    🔋 Build a Battery App in JS: • 🔋 Build a Battery Info...
    Connect 🔗 :
    Twitter: / maxprogramming1
    Facebook: / max-programming-103081...
    Github: github.com/max-programming/
    Suggest, ask doubts in the comments, and share these videos to help!
    Thanks for Watching!
    #nextjs14 #reactjs #javascript

Комментарии • 16

  • @mohammedgazi786
    @mohammedgazi786 2 месяца назад +3

    shadcn is really great 👍🏻

  • @arnhazra
    @arnhazra 2 месяца назад +1

    Excellent 👌

  • @Eyvind-kn8gl
    @Eyvind-kn8gl Месяц назад +1

    Excellent video! Love that you explain while you code.. 10x better learning experience compared to pasted code. Would love to see a landing page with a link to a clerk authenticated dashboard with user and admin roles. (Also perhaps a Prisma schema with simple CRUD functionality inside.. :) Thanks!

    • @MaxProgramming
      @MaxProgramming  Месяц назад +1

      Thank you so much. Also that sounds like a very good idea I will definitely build something a little unique with the functionalities you mentioned above 🙂

  • @Kokeshell
    @Kokeshell 2 месяца назад +1

    next part pls

  • @kalitulenov
    @kalitulenov 2 месяца назад +1

    How to do this with a submenu?

    • @MaxProgramming
      @MaxProgramming  2 месяца назад +1

      You can use the Collapsible component by shadcn ui for something like that or the Popover component if you want to pop it open

  • @user-cc9kj8xg9q
    @user-cc9kj8xg9q 2 месяца назад +2

    Ka

  • @Gaamaa-oz5ef2lf3n
    @Gaamaa-oz5ef2lf3n Месяц назад +1

    When you use shadcn-ui, why are you typing huge lines of code manually...
    Sleepy...

    • @MaxProgramming
      @MaxProgramming  Месяц назад +1

      I understand it might be boring. Will try to speed it up next time. Usually I type out lines of code manually instead of copy pasting so that the viewer easily understands what it does

  • @adnana05
    @adnana05 2 месяца назад +1

    Learn something new

  • @satishksharma
    @satishksharma 2 месяца назад

    Make responsive sidebar.

    • @MaxProgramming
      @MaxProgramming  2 месяца назад +1

      Yes. It'll be out 10 days later. As I am out of town 🙂

    • @satishksharma
      @satishksharma 2 месяца назад

      @@MaxProgramming Also make a video in which show nav on top in desktop view and sidebar on mobile view using shadcn ui.

    • @MaxProgramming
      @MaxProgramming  2 месяца назад

      That's a good idea. Thanks