How to Open a React Component in a New Tab
Over the last eight years of building complex React dashboards for US-based fintech and healthcare firms, I have often been asked to implement a feature that allows a specific part of an application to open in a separate browser tab. While it sounds like a simple task, React is designed for Single Page Applications (SPAs), … Read more >>