I am managing a project in which development is done by multiple developers working on different parts of a web page. We are facing integration issues when combining parts of a web page due to side effects.
If a web part has an error, is poorly written, or is blocked by a web filter, that affects rendering of other parts of the web page.
Is there a way to cleanly compartmentalize a web page?
My research pointed out only share point web parts but not an approach or framework for this exact problem. IFrame Isolation is related but that solution is akin to placing a square peg in a round hole.