I ve got a workspace tha…

less than 1 minute read

I’ve got a workspace that started life with an angular frontend and nest backend, and now is a react frontend and nest backend. Our workspace is still “angular powered”, even though we don’t have any angular apps (and won’t in the future). Are there any benefits to converting to an nx-powered workspace?

Responses:

I don’t believe so. Other than being able to remove some deps maybe? Although nx uses ng under the hood so not sure how well that would work

Updated: