anyone use <Remix> with SST? any cool tips or tric...
# general
m
anyone use Remix with SST? any cool tips or tricks?
a
What is this?
Sounds pretty cool but can’t understand what it does.
j
I think I had a seen a discussion on here before when Remix had launched.
t
There's a channel in the remix discord about deploying it to aws
someone has a CDK construct I believe, we'll eventually have our own
@Adrián Mouly it's a react framework like nextjs focused on server-side rendering. Uses a clever method of figuring out what component tree to render based on the URL, then what data each component needs, executes the code to fetch data on server, returns normal html
future requests are automatically loaded using
fetch