I have started a follow up course to Road to React, named Taming the State. This class begins with an exercise in Functional local state…
Leave a CommentCategory: CSS
I have started a course named Road to React. I can honestly say that this material is really well assembled and presented. I completed the…
Leave a CommentWhat is a Mixin? A mixin allows you to create groups of CSS property declarations. It resembles a function, in the sense that you are…
Leave a CommentWhat is Sass? Sass stands for Syntactically Awesome Style Sheets. Sass is a Cascading Style Sheet (CSS) preprocessor. It is a scripting language in which you can use…
Leave a Comment