Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
257 views
in Technique[技术] by (71.8m points)

ngrx - how to handle a shared feature using state management in a monorepo library

The project is using Monorepo and NgRx state management. Monorepo includes two applications and one library (share code to these two applications). I need to move one shared feature A (uses state management) to the library. My question is, should I move this shared feature A and its state management to the library. Or still, keep state management in these two applications. In short, I am not sure how to handle the state management part. Move it to the library or keep it in two applications?

Thank you so much.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...