how to migrate to nx managed workspace from a very old require based ui codebase. #2937
Closed
hrishikeshjoshi91
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @nx team,
i m very happy with the NX adoption for my personal project which is getting developed from scratch but for my another project i m having challenges in keeping old and new stacks together with nx.
we have a very old UI code base which is developed using jQuery-Backabone-Marionette ( vanilla js ES5) stack. for bundling we are not using any tool, everything is managed by us with custom code and scripts.
now we are migrating few code pieces to react -- for this we are using nx workspace
but we can not migrate whole code base to react in one go, we have to keep supporting both for sometime.
currently we wish to manage old code base by NX as well.
can you please guide on"how we should approach this problem ?"
Beta Was this translation helpful? Give feedback.
All reactions