docs.nestjs.com icon indicating copy to clipboard operation
docs.nestjs.com copied to clipboard

add Rspack section in Hot reload documentation

Open hardfist opened this issue 1 year ago ā€¢ 7 comments

Is there an existing issue that is already proposing this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe it

We(Rspack team) receives lots of issues and questions about how to use Rspack bundle Nest application and support Hot Reload, even we have a section about Nest in our website(https://www.rspack.dev/guide/nestjs.html), I think it maybe helpful Nest documentation have a Rspack section about it too.

Describe the solution you'd like

add a Rspack section in Nest documentation

Teachability, documentation, adoption, migration strategy

similar to current webpack section

What is the motivation / use case for changing the behavior?

No Change

hardfist avatar Oct 25 '23 10:10 hardfist

Personally, instead of adding a section, I would add a notice with a link to the rspack, so as to avoid having too many third party documents to maintain.

Or add something like this in the section regarding hot-reload:

Third-party libraries
  - Rspack (link to Rspack documentation)

Tony133 avatar Oct 26 '23 06:10 Tony133

Personally, instead of adding a section, I would add a notice with a link to the rspack, so as to avoid having too many third party documents to maintain.

Or add something like this in the section regarding hot-reload:

Third-party libraries
  - Rspack (link to Rspack documentation)

that sounds good to me

hardfist avatar Oct 31 '23 13:10 hardfist

@hardfist do you want to create a PR for this issue ?

Tony133 avatar Nov 03 '23 07:11 Tony133

yes

hardfist avatar Nov 03 '23 07:11 hardfist

Hi @hardfist @Tony133 ,

It looks like the link provided (https://www.rspack.dev/guide/nestjs.html) is no longer available. Do you know if the content has been moved to a different location?

Also, Iā€™m finding the current guide (https://rspack.org/guide/tech/nestjs) a bit challenging for newcomers like me who just started using rspack. Could you recommend any other resources or documentation that might be more beginner-friendly, particularly for integrating Rspack with NestJS?

Thanks!

jojohanhannesnes avatar Aug 01 '24 03:08 jojohanhannesnes

Hi @hardfist @Tony133 ,

It looks like the link provided (rspack.dev/guide/nestjs.html) is no longer available. Do you know if the content has been moved to a different location?

Also, Iā€™m finding the current guide (rspack.org/guide/tech/nestjs) a bit challenging for newcomers like me who just started using rspack. Could you recommend any other resources or documentation that might be more beginner-friendly, particularly for integrating Rspack with NestJS?

Thanks!

https://rspack.dev/guide/tech/nestjs it's moved here

hardfist avatar Aug 04 '24 06:08 hardfist

I also opened an issue recently there: https://github.com/rspack-contrib/rspack-examples/issues/110.

Do you think having some knowledge of Webpack or similar tools is necessary for this integration? I come from a backend background, and I'm finding it a bit difficult to follow the docs.

jojohanhannesnes avatar Aug 05 '24 09:08 jojohanhannesnes