EDOARDO CASELLA

Freelance web developer


Blog

Scrolling effects for web pages with CSS transformation and javascript, a theoretical introduction

Web design Information technology
Posted Thu Dec 02 2021

This is an introduction to the development of animations for HTML pages, using one of the most common techniques and modern tools of CSS....

Call parent component from child component in SvelteKit

SvelteKit Information technology
Posted Tue Nov 30 2021

Sooner or later you need to call the function of a parent component from a child component, for example to pass data. I think in SvelteKit it is perhaps the easiest way I have focused....

How to use SASS with SvelteKit

SvelteKit Information technology
Posted Tue Nov 30 2021

If you are wondering how you can use Sass with SvelteKit and are also very anxious to be able to do so because (with good reason) you cannot do without it, you are in the right place....

How to pass data between layouts components in SvelteKit SSR

SvelteKit Information technology
Posted Sat Nov 27 2021

As I needed to use SvelteKit's SSR's potential significantly, I found myself facing problems that required a few minutes of research. One of these concerns the possibility of passing a fetched data to...

Localized meta tags with SvelteKit SSR

Information technology Svelte SvelteKit
Posted Thu Nov 25 2021

I had to deal with an interesting problem with SvelteKit, trying to get meta tags translated for my server side rendered pages with localized dynamic contents. Fortunately, I have found one simple sol...

Page 2 of 3
  Next >>