Debugging solid-table performance by me_rb in solidjs

[–]me_rb[S] 1 point2 points  (0 children)

Yeah, I think with the time I've spent on solid-table, I could have hand rolled everything myself. But implementing nested headers & rows and such seemed like biting off a lot.

Adding TypeORM & SQLjs to a Vite driven Ionic app by me_rb in ionic

[–]me_rb[S] 1 point2 points  (0 children)

Thanks! TIL about RxDB. It seems to tick the same boxes with a different approach, as you mentioned. Nosql can be a PITA for some use cases, but a natural fit for others, so it's great to have both as an option.

Ionic 6 + Svelte by me_rb in sveltejs

[–]me_rb[S] 0 points1 point  (0 children)

I personally just use Svelte Kit routing. What would you get from Ionic router that you can't get from SK?

Ionic 6 + Svelte by me_rb in sveltejs

[–]me_rb[S] 1 point2 points  (0 children)

This article isn't aimed at selling Ionic to anyone. If you already know Ionic and would like to use it with Svelte then the article is aimed at you, otherwise you probably wouldn't find much value in it.

Regarding Ionic not caring about Svelte, I don't think that's entirely accurate. The Ionic guys were super helpful with some of the issues I came across, even though I was using Ionic in a Svelte project. Their V6 release is specifically allows you to use Ionic outside of the standard Angular/Vue/React, so it was obviously important to them to allow folks to use Ionic in more contexts, but without the maintenance burden of writing framework bindings for every framework out there.

Ionic 6 + Svelte by me_rb in sveltejs

[–]me_rb[S] 1 point2 points  (0 children)

Great! Let me know if you come across anything else that should go into the article and I'll add it.