DEV Community

Discussion on: Modular Monoliths And Composite UIs With .NET Core Razor Class Libraries

Collapse
 
shaganr profile image
Shagan R

We're doing this with Typescript/JS with Node on our backend. We've built out an injector like AngularJS has on Node which lets us basically import the modules needed and keeps their context separated. Really interesting to see it being done in .NET as well!

Collapse
 
jamesmh profile image
James Hickey

Nice! Would love to see the details of how that's done.