Hacker News new | ask | show | jobs
by silviogutierrez 1525 days ago
Shameless plug: If you want seamless SSR with Django logic, but React templates, check out my project at https://www.reactivated.io .

It's like HTMX but uses React, and the JS bits are rendered on the server. You can then hydrate on the client.

The Reactivated docs site itself uses the project: https://github.com/silviogutierrez/reactivated/tree/main/web...

1 comments

Setting up something like this myself has always been a pain and I’ve just stuck with DRF + React instead.

Will need to give this a try, thanks for sharing (and building it)!

Yea using Django only for DRF APIs always felt limited. I want Django forms and form sets.

Reach out if you have any questions! Email is on my GitHub profile.