Monday 29 October 2018

Integrate NextJs and Nestjs into a fullstack app

I made a package that allows for you to integrate server side rendering via Next into a Nest application. This is the first public package I have ever made and would appreciate any feedback, especially around documentation.- Github- NPM​At a high level, I created a module for Nest that allows for you to bind the Next app which then overrides the default `@Render` decorator to allow for rendering of react pages.

Submitted October 29, 2018 at 03:07PM by kyle787

No comments:

Post a Comment