Should I Learn Tailwind CSS Before JavaScript?

0
0
Asked By CraftyFalcon42 On

I'm new to web development and almost done with my CSS course. I'm wondering if I should stick to the learning roadmap that suggests going from HTML to CSS and then to JavaScript, or if it would be better to dive into a CSS framework like Tailwind first before picking up JavaScript. My current goal is to build my own website, focusing on the front end, and while I don't fully understand CSS yet, I can read and understand the code.

3 Answers

Answered By CuriousCoder99 On

Honestly, if you've got a grasp on CSS, picking up Tailwind won't take you long at all. It’s just a new way to apply styles using classes, and you can learn the basics in a day or two before moving on to JavaScript.

Answered By DevGuru88 On

I’d recommend focusing on JavaScript first. Tailwind is more useful with component-based frameworks like React. If you're just making a simple site with HTML, stick to regular CSS for now and save Tailwind for later.

Answered By TechieBee94 On

You don't need to spend a lot of time on Tailwind. Just follow a tutorial on it, and you should get the hang of it quickly. Spend more time on JavaScript since it's crucial for building dynamic content on your site.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.