I ran into this on the discord server. Looks like ...
# random
d
I ran into this on the discord server. Looks like Remix + SST is doable. Now if only I had some free time https://github.com/ajhaining/remix-cloudfront-cdk-example/blob/main/lib/cdk-remix-app-stack.ts
g
My only concern is with larger sites because it looks like this uses one lambda for every single route. Would be interesting to see someone code split based on routes.
d
yep. I’m still pretty skeptical about the need for code splitting for most apps.
At work we do it but it’s at big time scale. Most smaller apps, things like code splitting seem like unnecessary overhead we should opt into later.