-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
Is there an existing issue that is already proposing this?
- I have searched the existing issues
Is your feature request related to a problem? Please describe it
Not exactly a problem, but I’ve been exploring ways to bring NestJS-style structure (decorators, separation of concerns, SSR) into React apps. While there are approaches out there, I thought it might be helpful to share a lightweight take I’ve been working on: @damian88/nestjsx.
Describe the solution you'd like
Hi there! 👋
I hope you're doing well. I wanted to reach out and share a project I’ve been working on — a lightweight utility library inspired by NestJS, designed for JSX-based apps with a focus on SSR and clean architecture.
I’d love to explore the possibility of collaborating or exchanging ideas — I think there’s some exciting overlap we could explore.
🔗 Check it out here: @damian88/nestjsx on npm
Let me know what you think!
Teachability, documentation, adoption, migration strategy
Hi, you can see my documentation on my readme.md in https://www.npmjs.com/package/@damian88/nestjsx
What is the motivation / use case for changing the behavior?
To bring NestJS-style structure to React—using decorators for cleaner SSR, better separation of concerns, and more maintainable full-stack code.