Show HN: React Server Components Without Frameworks

1 almadoro 1 5/28/2025, 1:29:57 AM reactjust.dev ↗

Comments (1)

almadoro · 1d ago
Have you tried React Server Components? Do you like them? A lot of people (myself included) haven't tried them or don't like them. I found out sometimes it's because they don't want to use a giant and unnecessarily complex frameworks (e.g. Next, React Router v7, Redwood), they don't meet their needs or they are just worried about the vendor lock-in.

I wanted to just use the RSC spec: the 'use client' and 'use server' directives. I've been waiting for this "vanilla RSC" too long, so I decided to build it myself. It's called ReactJust.

Check the documentation at https://reactjust.dev. Would love feedback, issues, or contributions