anyone use Remix with SST? any cool tips or tricks?
a
Adrián Mouly
01/31/2022, 5:00 PM
What is this?
Adrián Mouly
01/31/2022, 5:00 PM
Sounds pretty cool but can’t understand what it does.
j
Jay
01/31/2022, 9:44 PM
I think I had a seen a discussion on here before when Remix had launched.
t
thdxr
02/01/2022, 1:52 AM
There's a channel in the remix discord about deploying it to aws
thdxr
02/01/2022, 1:53 AM
someone has a CDK construct I believe, we'll eventually have our own
thdxr
02/01/2022, 1:54 AM
@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