DEV Community

Discussion on: TypeScript + Yarn Workspace Monorepo

Collapse
 
ivawzh profile image
Ivan Wang

Thanks for the nice article. Wondering if you also have experience of implementing hot reload with TS composite approach? For the context, I am particularly interested at NextJS hot reload when shared module (aka package or workspace) updated. Thanks in advance.

Collapse
 
t7yang profile image
t7yang

I'm not working with NextJS before, but I don't think they going to support this.
github.com/vercel/next.js/issues/8708