Frontpills
Software Engineer
ES2020 comes loaded with interesting features. Let’s review the most important ones.
CSS Grid is now an established feature of CSS. Gone are the days when float was our only weapon to composing demanding layouts.
To make more advanced use of react-query requires mastering some strategies for cache management. One of the simplest is centralizing the generation of keys.
React Query is arguably the most popular library for React. I’m going to show how I typically use it with a simple example.
React SPA offers the flexibility to create stunning web applications with superb interfaces and user experiences. But, it falls short in providing guidelines on app organization. Let’s analyze a simple yet robust and scalable architecture solution for your React applications.
The preloading strategy in Angular is all about balancing efficient load times and user experience, enabling your app to load modules in the background, while users interact with the application.
Optimize your Angular application’s performance and improve its loading speed. In this post, we’ll explore how you can boost your Angular application with Ahead-of-Time (AOT) compilation.
Lazy Loading routes in Angular is an interesting technique that can significantly improve the performance of an Angular app.
Angular’s default change detection strategy: reliable but sometimes overkill. Enter the OnPush Strategy.
Multimedia content such as videos and audio are prevalent. This adds some challenges for certain groups of users, particularly those who are hard of hearing or visually impaired.