© Dirk Strauss 2021
D. StraussCreating ASP.NET Core Web Applicationshttps://doi.org/10.1007/978-1-4842-6828-5_6

6. Adding Client-Side Logic

Dirk Strauss1  
(1)
Uitenhage, South Africa
 

Part of developing web applications is knowing how to style your UI properly. Some might argue that this is the role of a front-end or full-stack developer, but it is good that every developer knows the basics of CSS, jQuery, and JavaScript.

In this chapter, we will have a look at working with SCSS to create CSS. We will also have a look at using jQuery and JavaScript. Being able to develop client-side logic to add functionality to your web application is a skill web developers need to embrace.

Separate Production Scripts from Development Scripts

During development, it ...

Get Creating ASP.NET Core Web Applications: Proven Approaches to Application Design and Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.