Antonello's articles
5 Pitfalls of Using Micro Frontends and How to Avoid Them
The micro frontend approach splits apps into small, independent pieces. Learn five pitfalls of using this architecture and how to avoid them.
5 Reasons You Should Adopt a Micro Frontend Architecture
A micro frontend approach lets us split a frontend app into small, independent pieces. Learn five key reasons why this approach is so useful.
How to Create Responsive React Components with React Textfit
Learn how to create truly responsive React components that adapt to different UI environments by using the handy react-textfit library.
React Fragments: A Simple Syntax to Improve Performance
React fragments provide a simple syntax to group a list of HTML elements without adding unnecessary nodes to the DOM. Here's how.