Thanks for sharing, very interesting.Is there any reason why your getChildrenOnDisplayName() is not in a hook and wrapped into useCallback()? I think that would be a huge…May 31, 202261May 31, 202261
The easiest way to use React PortalsPortals provide a first-class way to render children into a DOM node that exists outside the DOM hierarchy of the parent component, but…Nov 5, 20212Nov 5, 20212
Load Components On Demand in React with 3 Lines of CodeWe needed a simple way of saving React components into a database and load them dynamically on our applicationsAug 11, 202119Aug 11, 202119
How to handle Server and Client errors in Angular Universal (SSR)The problemDec 29, 202061Dec 29, 202061
Angular search page and keep the browsing historyI’m developing a personal project using Angular 9. It’s been a really good experience but sometimes it takes some time to figure out some…Aug 9, 202019Aug 9, 202019
Parse Firebase Timestamp using rxjs pipe with momentOn many of my firebase functions, I’m using the timestamp provided by Firebase to save when the object was first created with the key “at”…Jun 8, 202010Jun 8, 202010
How to use localStorage with Angular 9 Universal (SSR)In this article I’ll show you how to implement local storage without getting the error:May 16, 20201576May 16, 20201576
Reuse Angular component with resolver as subcomponent in your template.The other day was developing one features on Angular 9 and end up having the following issue. Created a component with a service and a…May 9, 202015May 9, 202015
Work with different screen sizes in Angular 9There’s a simple way to manage and take different actions depending on the size of the screen in Angular, using the BreakpointObserver…May 8, 2020May 8, 2020
How we achieved 98/100 google speed in Allergify websiteGoogle Pagespeed Allergify’s website show excellent figures of 100/100 speed for desktop devices and 96/100 for mobile devices on most of…Apr 22, 2020Apr 22, 2020