Caching 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…Mar 10Mar 10
Published inITNEXTImproving 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…May 2, 2021A response icon4May 2, 2021A response icon4
A 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…Mar 15, 2021A response icon7Mar 15, 2021A response icon7
Published inITNEXTCentralizing 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…Jun 5, 2020A response icon20Jun 5, 2020A response icon20
Published inITNEXTTechniques & 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…Mar 28, 2020A response icon6Mar 28, 2020A response icon6
Published inITNEXTTips & 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…Sep 27, 2019Sep 27, 2019
Published inITNEXTMake 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…Sep 17, 2019A response icon1Sep 17, 2019A response icon1
Published inBestPrice DevDevelopers should aim for UX rather than performanceIntroAug 12, 2019Aug 12, 2019
Published inITNEXTAll 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…Jun 20, 2019A response icon4Jun 20, 2019A response icon4
Published inITNEXTCreating 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…Jun 2, 2019A response icon8Jun 2, 2019A response icon8