Santi BarbatThanks 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, 20221May 31, 20221
Santi BarbatThe 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, 2021Nov 5, 2021
Santi BarbatLoad 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, 2021Aug 11, 2021
Santi BarbatHow to handle Server and Client errors in Angular Universal (SSR)The problemDec 29, 20201Dec 29, 20201
Santi BarbatAngular 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, 2020Aug 9, 2020
Santi Barbat4238% faster pages: how to cache Angular Universal routesThe problemJul 29, 20203Jul 29, 20203
Santi BarbatParse 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, 2020Jun 8, 2020
Santi BarbatHow 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, 20206May 16, 20206
Santi BarbatReuse 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, 2020May 9, 2020