Hi all,
I have a question about the best practice for updating components that I’ve manually edited.
Some of my components have had their code directly modified (outside of the typical framework updates, some with a GitHub connection). If I make further edits to the underlying code of these components, is it possible to push these changes to the “live” or active instances of those components throughout my application? Or am I forced to re-implement each instance of the updated component?
My main concern is that some of these components are used extensively across my app, and many have a significant amount of data bound to them. Re-implementing them would be a very time-consuming process.
Thanks in advance!