As single page applications became common, many infrastructures emerged that provide frameworks for java-script and html-based development. But while these frameworks, such as Angular and React, simplify DOM manipulation and data binding, it is still left for CSS and ScSS to manage the styling. And while you could take advantage of well tested and well styled sets of components, there is still some styling left for the developer to combine them together into a well formed, properly laid out, and responsive application design.
For many developers that become proficient in these infrastructures, CSS still remains a mystery, a guess work, of trial and mostly errors. You can create a high quality application with perfect performance, but if the styling is not done properly, the application will always look unprofessional.
In this seminar, we will touch lightly on some techniques that will improve your work with CSS. We will demystify layout and remove some of the mystery behind “Flex”, “Grid” and position. We will also see how to take advantage of custom CSS properties to better organize your application and make it easily theme able. Finally, we will take advantage of ScSS to better organize our reusable code. While we cannot cover the entire topic, the demos you will see in this seminar will provide you with instant benefits for your own projects.