Hi HN,
I have been web applications for a long time, and I would like to share with you the stack I chose for now to build my next side-projects.
Here's a small live demo (it's pretty simple, the interesting part is in the source code): https://taurus-client.alfon.io.
The chosen stack makes to write complex applications code easy, it made me very productive and I'm happy with the results. I hope you find it interesting.
BTW I'm tempted now to learn Relay [0] so maybe this isn't my final stack yet :)
Neat. I am currently exploring using https://github.com/blitz-js/blitz which is another web stack built off next.js and Prisma.
Curious how this compares to it.