Embedding React Components in Angular (the Easy Way)
Recently I’ve decided to switch to using React in a client’s SPA project currently developed in Angular 8. The way to go about such transitions is to build a bridge between the frameworks (i.e. React-Angular), use React in all new developments and gradually migrate old components to React, until the entire application is written in […]