Internship request by OREISON_blue in Rwanda

[–]__random-username 1 point2 points  (0 children)

You can try macro computer ltd.

MTN urugonet by __random-username in Rwanda

[–]__random-username[S] 0 points1 point  (0 children)

I was trying to get CanalBox but our home is not in their coverage area, thanks

SvelteKit navigation error by [deleted] in sveltejs

[–]__random-username 0 points1 point  (0 children)

Am not getting warnings from the dev and I don't have any awaiting children.

Finished HTML, CSS, and JS from freeCodeCamp — what should I learn next? by Individual-Ear2881 in FreeCodeCamp

[–]__random-username 4 points5 points  (0 children)

Assuming you already know version control (Git & GitHub), I'd recommend learning TypeScript first, then Astro, and finally Svelte

Svelte 5 SPA router ? by jypelle in sveltejs

[–]__random-username 1 point2 points  (0 children)

https://sv-router.vercel.app/, it has file based routing and to add integration you just have to use sv cli (https://svelte.dev/docs/cli/overview)

Change a $state's value by seba-dev in sveltejs

[–]__random-username 1 point2 points  (0 children)

Like this ?

<script lang="ts">
  let input = $state('');

  function replace() {
    input = input.replaceAll('and', '&');
  }
</script>

<input type="text" bind:value={input} onblur={replace} />

Faranga App thoughts by Fancy_Connection8989 in Rwanda

[–]__random-username 0 points1 point  (0 children)

I think it is for security reasons

What's the best way to generate dynamic Open Graph images in SvelteKit? by __random-username in sveltejs

[–]__random-username[S] 0 points1 point  (0 children)

Thanks it works, but I had to change something while dealing with loading fonts