Example app using Parcel, Tailwind, and React server component for a static site

I wanted to try out Parcel’s support for React server components, and it works great with ReScript!
Here’s a quick demo app: GitHub - jderochervlk/rescript-parcel-example

It’s using the latest unreleased versions of just about everything, so it’s not particularly stable yet, but I wanted to test out some things before the ReScript v12 release and so far so good!

This creates a static app, but you can make it dynamic if you set up a server.

4 Likes

rsc support in Parcel is also still in beta, so it’s bleeding edge all the way but it’s already tempting to switch my blog over to it as there is also support for MDX built-in.

Although I should first write some posts there… :sweat_smile:

2 Likes