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

In today's video, I'll show you how to build a Banner component using React, Tailwind CSS and TypeScript. This is a reusable component with different variants such as info, success, warning and error.
🏫 My Udemy Courses - www.udemy.com/user/domenic-co...
🎨 Download my VS Code theme - marketplace.visualstudio.com/...
💜 Join my Discord Server - / discord
🐦 Find me on Twitter - / dcodeyt
💸 Support me on Patreon - / dcode
📰 Follow me on DEV Community - dev.to/dcodeyt
📹 Join this channel to get access to perks - / @dcode-software
If this video helped you out and you'd like to see more, make sure to leave a like and subscribe to dcode!
#dcode #reactjs #typescript

Пікірлер: 4

  • @collinsk8754
    @collinsk8754Ай бұрын

    Great tutorial. Nice seeing React with TypeScript.

  • @ban_droid
    @ban_droidАй бұрын

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

  • @BorrachoyLoco

    @BorrachoyLoco

    Ай бұрын

    Nah he's Vanilla King

  • @douglascounts4634

    @douglascounts4634

    Ай бұрын

    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.