Aggelos Arvanitakis·Mar 10, 2025Caching in NextJS made simpleNextJS does some automatic caching for you; some of it is is opt-in and some opt-out. To understand it, you’d have to read the docs, but…
InITNEXTbyAggelos Arvanitakis·May 2, 2021Improving slow mounts in React appsThere are a million articles out there focusing on how you can make your app faster by removing unnecessary re-renders & preventing…A response icon4A response icon4
Aggelos Arvanitakis·Mar 15, 2021A real-time hook with Firebase & React-QueryIn an app that I’ve recently worked on, I had to interract with 2 different APIs: a typical JSON-based API from a django project, as well…A response icon7A response icon7
InITNEXTbyAggelos Arvanitakis·Jun 5, 2020Centralizing API error handling in React appsIn this article I’m going to present to you a way of handling your API errors once and for all in a centralized and easily extendable way…A response icon20A response icon20
InITNEXTbyAggelos Arvanitakis·Mar 28, 2020Techniques & approaches for multi-language Gatsby appsI recently had to implement a multi-language static website, so I thought Gatsby would be a fun choice; surely people have a lot of guides…A response icon6A response icon6
InITNEXTbyAggelos Arvanitakis·Sep 27, 2019Tips & Tricks for smaller bundles in React appsIn this article I’ll attempt to share a few tips & optimization tricks that you should consider when aiming to minimize the footprint of…
InITNEXTbyAggelos Arvanitakis·Sep 17, 2019Make your designer happier with Gatsby’s image manipulationsDo you have a designer in your team? Well I do and he’s a grumpy one, let’s call him Jim. People normally go to Jim for all sorts of…A response icon1A response icon1
InBestPrice DevbyAggelos Arvanitakis·Aug 12, 2019Developers should aim for UX rather than performanceIntro
InITNEXTbyAggelos Arvanitakis·Jun 20, 2019All you’ll ever need to know about Chrome ExtensionsSounds promising? Hopefully it will be! In this article I’ll attempt to demystify all you’ll need to know when developing a Chrome…A response icon4A response icon4
InITNEXTbyAggelos Arvanitakis·Jun 2, 2019Creating reusable abstractions with Amplify and React hooksAmplify is perhaps one of the best libraries out there to create your application prototype. As things scale though, you find yourself in…A response icon8A response icon8