79487209

Date: 2025-03-05 17:17:31
Score: 1.5
Natty:
Report link

In my case I was struggling getting slug and the solution for reactivity was

<script>
    import { page } from "$app/state";

    let slug = $derived(page.params.slug);
</script>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ayush Choudhary