I rewrote an Angular app with React to compare and contrast Angular and React app development. Here are 9 things I learned going through the rewrite process.
Making HTTP requests and dealing with asynchronous code is vital for many applications. In this article, I'll show you how to handle HTTP operations in Angular and how to work with observables.
Creating modals was never such an easy task! Now we're able to create them using a React API called Portals. We're going to learn about Portals and how we can use them to create modals in React.