Remix.run Logo
darkteflon 4 hours ago

I’m not an FE engineer but have found myself working very closely with the whole stack recently, which includes an SPA. We use html, JavaScript, Alpine for reactivity and Supabase realtime subscriptions.

It seems … okay? I feel like I can reason about it. But I worry I’m missing something that’s going to come back and bite us later because we haven’t adopted a framework.

Roast my stack?

asp_hornet 4 hours ago | parent | next [-]

Would be silly to rate your stack without knowing more about what it is and its constraint.

If I had to judge it based on this alone post alone:

Great, seems like a straight forward stack. Would happily work on it.

Only criticism, to get all the ergonomics out of alpine, you sometimes have to lax some CSP or use the CSP build. Not necessarily a deal breaker, it is what it is.

mfru 4 hours ago | parent | prev [-]

I think this is a very sane stack.

Will probably become a hassle when going planet-scale (tm), but I think for most use cases this should be fine.