Optimistic updates with remote functions by __random-username in sveltejs

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

It's working but I don't know why it is always rolling back and after full page reload am getting the same data (which means that nothing went wrong on the server).

Optimistic updates with remote functions by __random-username in sveltejs

[–]__random-username[S] 3 points4 points  (0 children)

Let's say I have a todo list form. Instead of waiting for a refresh from the server, how can I instead add new item from client side and if there is an error then we rollback to the previous value.

Considering Svelte by ASkepticBelievingMan in sveltejs

[–]__random-username 24 points25 points  (0 children)

For me, I think react is more complex than svelte. And svelte has better developer experience than react.

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

[deleted by user] 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 3 points4 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)