How To Create a Banner - React, Tailwind CSS & TypeScript Tutorial

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

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

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

    Great tutorial. Nice seeing React with TypeScript.

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

    finally a tutorial outside vanilla javascript concept, this is a step up 🎉

    • @Borracho-y-loco
      @Borracho-y-loco 4 месяца назад

      Nah he's Vanilla King

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

      Not really a step up to use any framework. If you rely upon a framework to do all your work, you really don't know anything at all as you will be crippled by every framework change or if the framework dies. Everything gets changed into or interpreted by the browser as only HTML, CSS, and JavaScript. So unless you understand those three front to back, you really are not qualified to do much. A framework should only be seen as a faster way to get something done. Once you see a framework though as a means of getting all your work done, you are screwed, especially over time as ALL framework code is brittle.