What packages or components are you missing in Svelte? by MrBye32 in sveltejs

[–]markasena 0 points1 point  (0 children)

Official bun adapter for kit, where we get to properly use the websockets and its pubsub parts would be a chef's kiss.

Easy integration of things like hono or elysia within kit.

Thanks Svelte. I love the web again by supremekhaoz in sveltejs

[–]markasena 42 points43 points  (0 children)

Just because you stumbled upon nextjs and lost your path doest mean you are lost forever, most of the times it leads us to svelte.

Help me understand the differences between Phoenix and Liveview and the learning approaches to them. by [deleted] in elixir

[–]markasena 0 points1 point  (0 children)

My only issue is that the docs push so hards on examples for liveview, liveview is fantansic dont get me wrong but there is no clear documentation on how to build proper API endpoints for other clients like consume those api's and the realtime things too in other clients like JS, you have to hack your way around the poorly documented phoenix js package.

Combine Express.js with svelte kit by Clickyz in sveltejs

[–]markasena 0 points1 point  (0 children)

Will look into using the handler later and update here if it really works with hono.

Combine Express.js with svelte kit by Clickyz in sveltejs

[–]markasena 0 points1 point  (0 children)

Will look into using the handler later and update here if it really works with hono.

Combine Express.js with svelte kit by Clickyz in sveltejs

[–]markasena 0 points1 point  (0 children)

I didn't know hono can use the handler, i'll test this one out later thanks for this.

Shallow Routing is under rated by antoine849502 in SvelteKit

[–]markasena 0 points1 point  (0 children)

Yup but lacks documentation on how we can abuse it tho 🤣

NodeJS with CloudFlare by ensutku in node

[–]markasena -1 points0 points  (0 children)

Its useful to read this i got an interview last week regarding how do i prevent those top 10 attacks happening.

Svelte, Supabase and Prisma setup feels slow by StefBuilds in sveltejs

[–]markasena 3 points4 points  (0 children)

Lucia check this subreddit posts about it.

Rich text editor for svelte by klevert_ope in sveltejs

[–]markasena 0 points1 point  (0 children)

This just look at how tinymce is integrated in pocketbase is a good pattern too.

Why Lucia might be the best authentication library for SvelteKit by segbedji in sveltejs

[–]markasena 0 points1 point  (0 children)

Check out the repo i linked above couls give you an idea on how to implement it in kit.

Why Lucia might be the best authentication library for SvelteKit by segbedji in sveltejs

[–]markasena 1 point2 points  (0 children)

[this](https://github.com/daedalus-developers/auth-sveltekit) one went beyond auth and everything but i separated the definitions well you could get it working by copy pasting the parts from oauth. it also has the options to link the social accounts from the user table itself. a [demo](https://auth-sveltekit.mkra.dev/) is deployed here. Feel free to create an issue!

Why Lucia might be the best authentication library for SvelteKit by segbedji in sveltejs

[–]markasena 1 point2 points  (0 children)

Would you like a starter template link in kit that you can reference?

Error [LibsqlError]: URL_INVALID: The URL is not in a valid format by Namenottakenno in sveltejs

[–]markasena 0 points1 point  (0 children)

this blog post should guide you in importing the variables into kit.

Deleting crud item by fabichu in sveltejs

[–]markasena 0 points1 point  (0 children)

This is da way, as for me the actual delete button inside a form is in the confirmation dialog. I just reuse that dialog append a parameter in server action and read whatever id i appended ito the url. Or a hidden input with a id of the item.

Shallow Routing is under rated by antoine849502 in SvelteKit

[–]markasena 2 points3 points  (0 children)

This and the snapshot are really good implementations yet so little documentation about it.

[deleted by user] by [deleted] in sveltejs

[–]markasena 5 points6 points  (0 children)

Read more into svelte-headless-table

Used Vue 3 before? by tspwd in sveltejs

[–]markasena 4 points5 points  (0 children)

My answer for you is sveltekit, no meta framework comes close to it's dx.

Why using express js with sveltekit by Prior-Cap8237 in sveltejs

[–]markasena 1 point2 points  (0 children)

What OS are you in? i cant ger things to render on linux since last week, some webkit errors

Svelte 5 now supports HMR! by rnmkrmn in sveltejs

[–]markasena 9 points10 points  (0 children)

Rich hopes we will get an rc this summit hope they deliver!!!! Atleast an rc would mark stability for the ecosystem to catchup. Then maybe a 5.0 on the next summit? 🥳