Build a Kanban Board in React: A Step-by-Step Tutorial

Поделиться
HTML-код
  • Опубликовано: 12 ноя 2024

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

  • @koding_101
    @koding_101  Год назад +5

    Hello Guys, Thank you for watching and liking my videos. I have noticed that many of you are watching and interacting with my content. In this video, I would like to APOLOGISE for the BACKGROUND NOISE. My nephews came to visit, and I did not anticipate that the noise would be picked up by the microphone. I will pay closer attention in the future.

    • @kenosabi
      @kenosabi Год назад +1

      No worries friend. Great work!

    • @plazma5343
      @plazma5343 Год назад

      No worries :)

  • @Aro0s
    @Aro0s 11 месяцев назад +2

    Спасибо за понятное обучение. Пересмотрел много видео, но только в этом понял как работает)
    Спасибо

  • @plazma5343
    @plazma5343 Год назад +3

    Man, thats actually something i'm implementing as part of my app, and having your point of view on this is gonna be great ! Once again thank you ;)

  • @annaharder2412
    @annaharder2412 Год назад +4

    Can you please make a follow up video on how to set up the backlog column? This video has been so helpful!

  • @ricardo5460
    @ricardo5460 10 месяцев назад +1

    if you guys get the "unable to find draggable" error just deactivate strict mode or use hello-pangea instead (uses react beautiful dndb) that solve the issue for me. Hope it helps

  • @yomum9404
    @yomum9404 10 месяцев назад

    thank you, this was awesome

  • @JohnSmith-co1zv
    @JohnSmith-co1zv Год назад +1

    error> React does not recognize the `isDraggingOver` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `isdraggingover` instead. If you accidentally passed it from a parent component, remove it from the DOM element
    Help, I disabled strict mode

  • @srikrshnap6036
    @srikrshnap6036 Год назад

    How to add new tasks and remove tasks, as in if I had to do it manually

  • @kolynzb
    @kolynzb Год назад +1

    Thank you

    • @koding_101
      @koding_101  Год назад

      You're most welcome , it's my pleasure

  • @okechukwuuchenna7725
    @okechukwuuchenna7725 Год назад

    hi Koding, Im trying to implement this with Next.js and tailwind css with like 6 columns to drop cards into, im running into some errors, my cards are not draggable...any way out?

  • @OscarGomez-jc9ch
    @OscarGomez-jc9ch Год назад

    Why can't they do something without bad practices?

  • @abuasim1000
    @abuasim1000 4 месяца назад

    You started beautifully, but started just pasting the codes for your convenience. this is not a useful tutorial who don't know about dnd. It appears you are teaching yourself.

  • @DavidMagaha
    @DavidMagaha Год назад

    I am trying to get the first column to render and on i keep getting an error on Line 43: Expected an assignment or function call and instead saw an expression no-unused-expressions. Thats on the TaskList tag. Any help/assistance would be great. Here is my tag:
    {(provided, snapshot) => {
    { /* Provide Your tasks */ }
    {provided.placeholder}
    ;
    }}