Astro

Astro is a modern web framework for building fast, content-focused websites. It uses a component-based architecture, supports multiple front-end frameworks, and emphasizes server-side rendering (SSR) with zero JavaScript by default for improved performance.

Listen for Events

Your application can subscribe to the Localess Visual Editor Events :

window.localess.on(['input', 'change'], (event) => {
  if (event.type === 'input' || event.type === 'change') {
    console.log(event.data);
    //Update your content data ...
  }
});

© Copyright 2024 Lessify Rights Reserved. Build with Localess