CSS uses a global namespace for CSS Selectors that can easily result in style conflicts throughout your application when building an application using modern web components. You can avoid this problem by nesting CSS selectors or use a styling convention like BEM but this becomes complicated quickly and won’t scale.
CSS-in-JS avoids these problems entirely by generating unique class names when styles are converted to CSS. This allows you to think about styles on a component level with out worrying about styles defined elsewhere.
In this course, you will learn how to express popular SCSS (Sass) language features using latest JavaScript features. We will convert simple examples from SCSS to CSS-in-JS. As a designer or (S)CSS developer, you should be able to follow without extensive JavaScript knowledge, understanding SCSS is required though. We will not be using any particular CSSinJS libraries. Instead, we will focus on a base knowledge you need later if you use any CSSinJS library.
A Community Resource means that it’s free to access for all. The instructor of this lesson requested it to be open to the public.
the javascript concepts are useful, but not sure about implementing a css framework inside javascript is
Nice usage JS for CSS but little chaotic for me and would be better great with more examples :)
Maybe the prononciation could be better, and the speed of explanations could be a little bit slower.
But I liked it very much, thanks !
Very crisp ans straight to the point. I was struggling to understand need for CSS Loaders in any project.This tiny powerful course resolved my queries.
Thanks for this course, Oleg. The pace of the course was perfect since I already know Javascript. But I feel like it would be good to have a 'where to go next' video at the end. We currently use a SASS/BEM solution to create a monolithic global CSS file for a React/Redux app and would like some guidance on how to go about converting to a CSS-in-JS approach with some hints on the pros and cons of this approach.
Great stuff. And great form of each course whose each lesson starts with 'We have two buttons'... All in all, very useful stuff. Thank you!
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.