How do i integrate it with my existing organization's app?
My organization is planning to add a dicom viewer feature to their existing react app, how do i integrate this app into our app. Since it's a standalone app, and not available as an npm package, how do i achieve this?
What are the points i need to look up when doing this?
Since i have never worked on open source app, and it's integration with existing app. What things do i need to look up for like in terms of dependencies, components, routing, global state management, etc?
How do i integrate it with my existing organization's app? My organization is planning to add a dicom viewer feature to their existing react app, how do i integrate this app into our app. Since it's a standalone app, and not available as an npm package, how do i achieve this?
What are the points i need to look up when doing this? Since i have never worked on open source app, and it's integration with existing app. What things do i need to look up for like in terms of dependencies, components, routing, global state management, etc?