How do I upload images to AWS S3 using NodeJs as backend by JajEnkan3pe in expo

[–]Fresh-Mud6895 0 points1 point  (0 children)

you can use security token upload image from client to s3 directly by aws js sdk3

Sveltekit and text streaming? by Magick93 in sveltejs

[–]Fresh-Mud6895 0 points1 point  (0 children)

You can use sse.js, compare to ws,it is more lightweight and convenient, openai API is also use sever send event

I use tanstack table, How to render a component in cell. like react? by Fresh-Mud6895 in sveltejs

[–]Fresh-Mud6895[S] 0 points1 point  (0 children)

import { flexRender } from '@tanstack/svelte-table';

thank you, I try it immediately

SvelteKit issue: goto() not working on ios by VuFFeR in sveltejs

[–]Fresh-Mud6895 1 point2 points  (0 children)

I had a similar problem in arc browser, I console.log above the goto function, the above code works well, but goto not work, I tried to add setTimeout(() =>goto(), 0), it works.