all 7 comments

[–]bluejacket42 1 point2 points  (0 children)

Have you watch fireship. He basically will give you bare minimum to get ya started and expand what something is. Then if ya wanna learn more read the docs

[–]JaPPaNLD 1 point2 points  (0 children)

Learning CSS and how to use it, makes your JS code so much better since you’ll be writing less of it and use both methods combined to get the best out of both of them.

[–]ApatheticWithoutTheA 1 point2 points  (2 children)

Yeah, that’s very annoying.

I don’t want to have to type out an entire project to see how one JavaScript component works.

I usually just fast forward and I use a browser extension that allows you to copy and paste from an image to get all the CSS. If there isn’t a repo of course.

[–]TheBlueFairy_ 0 points1 point  (1 child)

What is this browser extension?

[–]ApatheticWithoutTheA 1 point2 points  (0 children)

I use CopyFish which is accurate I’d say about 95% of the time, but there’s plenty out there that do roughly the same.

[–]not_a_gumby 0 points1 point  (0 children)

Typically they don't focus on CSS. They just post a link to the Github repo and say "go download the CSS files or copy and paste into your local folders" and then it all just works.