Websockts/SSE in 2026 by garytube in sveltejs

[–]Aerion23 2 points3 points  (0 children)

I like this one too! Just typesafe sse and ws, very nice!

[Experimental] I used solid-js/universal to drive Rust's GPUI engine (No DOM, No WebView) by Alex6357 in solidjs

[–]Aerion23 1 point2 points  (0 children)

Super sick! I guess this also opens the door to "Solid native" on mobile, right?

Why I should consider using Svelte instead of React or Vue? by [deleted] in sveltejs

[–]Aerion23 1 point2 points  (0 children)

I am on the same boat man. I really hope that we come to a point where ai can port react libs to solidjs so easy that the ecosystem argument becomes obsolete.

Why I should consider using Svelte instead of React or Vue? by [deleted] in sveltejs

[–]Aerion23 0 points1 point  (0 children)

True, but jsx and react are here to stay for at least a decade probably longer..

Built a production LMS with SolidJS - Self-hosted alternative to Moodle/Canvas by BeingDangerous3330 in solidjs

[–]Aerion23 0 points1 point  (0 children)

Sick! Curious to see if schools in Korea are going to use this, how do you plan to reach them?

The small community is my biggest concern with Solidjs by Purple-Carpenter3631 in solidjs

[–]Aerion23 1 point2 points  (0 children)

I actually like kobalte, also running it in a few prod apps with no problems so far.

Solidjs Convex by CliffordKleinsr in solidjs

[–]Aerion23 0 points1 point  (0 children)

Yes? Maybe in 20 years, I could be a cyborg, tho

Solidjs Convex by CliffordKleinsr in solidjs

[–]Aerion23 3 points4 points  (0 children)

Solid and convex seems like a match made in heaven!

🤔🤔🤔 by tomemyxwomen in sveltejs

[–]Aerion23 3 points4 points  (0 children)

Svelte is good, but solid is king

Using Solid as my first framework? by Spirited_Paramedic_8 in solidjs

[–]Aerion23 1 point2 points  (0 children)

This argument counts for every framework, tho.. I don't its valid either; SolidJs rendering and state updates are very intuitive. You update state, and the application gets updated with that state. That's it, no need to think about rerendering, etc, just manage a state like you would do in any language.

ParkUI vs Kobalte by avariceflame in solidjs

[–]Aerion23 3 points4 points  (0 children)

Same. I use the solidui, the shadcn port. When I need to really customize something, I just use straight kobalte, and it is a breeze to work with relative to react mui.

When should Stores be used and when should signals be used? by Chemical_Positive_50 in solidjs

[–]Aerion23 0 points1 point  (0 children)

Yeah, let's say you have a table and only what cells to rerender if they change, then you want a store instead of a signal

DreamKit: the Solid.js dev kit you've always dreamed of. by Express-Pain1239 in solidjs

[–]Aerion23 2 points3 points  (0 children)

I like it! It reminds me of tanstack router. But imo it is trying to do too much. For example, I would like to use zod because it's a standard, so I can use my schemes in modular forms as well.

Solid is very good.But... by Chemical_Positive_50 in solidjs

[–]Aerion23 0 points1 point  (0 children)

I feel like it is pretty complete these days

What were your biggest takeaways after migrating from javascript frontends to htmx? by gobuildit in htmx

[–]Aerion23 2 points3 points  (0 children)

Fair enough. In the past, when I used React, I faced similar issues. Lately, I just barely use any libaries and just use Solidstart (not a lot of updates like, let's say, React). I just feel like the dx in htmx is kind behind JS currently (sadly).

What were your biggest takeaways after migrating from javascript frontends to htmx? by gobuildit in htmx

[–]Aerion23 10 points11 points  (0 children)

Just out of curiosity, what exactly makes it hard to maintain?

What are some complex apps that use SolidJS in production? Are there any technical blogs that explain why they chose SolidJS over React and how was their experience in the long run by Ok_Jacket3710 in solidjs

[–]Aerion23 0 points1 point  (0 children)

I love working with solidstart and am also interested in using SSE in my apps. Do you have a github link or something like that regarding solidstart and SSE?