How long do builds usual…

less than 1 minute read

How long do builds usually take? I just started working on an NX project with an Express and React/Redux app and my builds on Netlify (for the React app) are...

Hey everybody What s a…

less than 1 minute read

Hey, everybody! What’s a general recommendation on how to deal with what used to be “SharedModule” in NX enterprise workspace scheme? The one that reexports ...

I have a question about …

2 minute read

I have a question about trunk-based development. I consult with enterprises on their development practices - particularly on the project management side. P...

What does everyone here …

less than 1 minute read

What does everyone here use for generating documentation on node/typescript only apps and libs? I am wanting to generate documentation for a lib that does no...

Hey guys my name is Asl…

less than 1 minute read

Hey guys, my name is Aslan, I work for <http://harvestr.io harvestr.io> and currently we’re migrating our backend learna monorepo ...

I have two monolithic ap…

2 minute read

I have two monolithic apps(angular and nestjs). I want to migrate to nx, what is the best way to do it and keep the commit history for both front-end and bac...

Just been messing around…

less than 1 minute read

Just been messing around with slack and I’ve created a theme based on the colors of nrwl #143055,#121016,#1164A3,#FFFFFF,#48C4E5,#FFFFFF,#4EC2E3,#CD2553,#143...

Hey Not particularly re…

less than 1 minute read

Hey! Not particularly related to Nx, but I’m looking for a way to connect my Node API to Gmail and later possibly other providers to do basic mailing stuff (...

Hi Is there any steps …

less than 1 minute read

Hi, Is there any steps / document for creating CI/CD Jenkins Pipeline(both Linux/Windows Server), Repos are in Bitbucket, Jenkins pipeline should include - B...

Hi just a random note f…

less than 1 minute read

Hi, just a random note for all the people working on Nx. You guys and girls are doing an amazing job, thanks for sharing these state of the art technologies ...

Hello What can I read f…

less than 1 minute read

Hello! What can I read for a better understanding of the benefits of monorepo? And what exactly do NX, I read documentations but I think I need to go back an...

I m curious what this mi…

less than 1 minute read

I’m curious what this might/will mean for Nx: https://github.com/npm/rfcs/blob/latest/accepted/0026-workspaces.md [npm/rfcs] accepted/0026-workspaces.md Resp...

nx g nrwl workspac…

1 minute read

$ nx g @nrwl/workspace:move --projectName web-layout --destination web/layout/console This should never happen. Path: "/libs/web/layout". :see_no_evil:

hi on splitting CRUD fu…

less than 1 minute read

hi! on splitting CRUD functionality in features/libs, would you create a lib for each Create, Edit, etc operation? or just one lib hosting the whole CRUD ?

Just successfully deploy…

less than 1 minute read

Just successfully deployed our multi-product platform, https://flowaccount.com and https://flowpayroll.co after migrating our repositories to Nx workspace an...

This format would be gre…

less than 1 minute read

This format would be great for Nx documentation: https://sapper.svelte.dev/docs#rollup_config_js_webpack_config_js|Sapper Doc Sapper docs

On my end I ve published…

less than 1 minute read

On my end I’ve published a small piece about how to integrate Tailwind in an Nx workspace (Angular + Storybook): https://medium.com/@dSebastien/adding-tailwi...

Hey all I posted an art…

less than 1 minute read

Hey all, I posted an article on Medium describing how to architect a Type-Safe Full-Stack in Angular NestJS and Nx. It might be helpful to some of you workin...

Maybe having the ng conf…

less than 1 minute read

Maybe having the ng-conf logo in the same place for 8 hours will burn in to my 10 year old plasma TV and give me an excuse to buy a new TV :-)

wave Hey Nx Friends W…

less than 1 minute read

:wave: Hey Nx Friends! Wes here from Nrwl. Just joining in the fun and happy to chat about anything Nx or Nx plugin related.

Welcome Pierre sounds l…

less than 1 minute read

Welcome Pierre, sounds like a fun project! if you are looking for support, please use the <#CMFKWPU6Q support> channel.

Hello everyone Bonjour…

less than 1 minute read

Hello everyone / Bonjour à Tous. I’m currently working on the new architecture of 3 old Angular projects (customer desktop, customer mobile, backoffice). The...

So this is me discoveri…

less than 1 minute read

So this is me, discovering the existence of a Nrwl community slack only after joining Nrwl :sweat_smile: (and by accident :stuck_out_tongue: ).

i wanted a small opinion…

less than 1 minute read

i wanted a small opinion, if https://www.npmjs.com/package/@flowaccount/nx-serverless|https://www.npmjs.com/package/@flowaccount/nx-serverless this would hel...

You are welcome This pa…

less than 1 minute read

You are welcome! This package actually uses the code you are referencing internally! Just in a more nest specific way by wrapping the Test.createTestingModul...

Awesome thanks for shar…

less than 1 minute read

Awesome, thanks for sharing! I’ve been importing createSpyObject from @ngneat/spectator/jest and using it in my Nest tests, but having something Nest-specif...

For anyone that is inter…

less than 1 minute read

For anyone that is interested and is using Nestjs, I put together a small package to help with auto mocking providers in jest tests inspired by Spectator in ...