ReactManage Search State with React LocationIn my previous post, I introduced React Location as a slick and more viable routing solution…Dan OrlandoFebruary 28, 2022 3 min
ReactUse startTransition for Concurrent Rendering in ReactA lot of the focus with the release of React 18 has been on performance improvements, and that's…Dan OrlandoJanuary 27, 2022 2 min
SvelteSvelte for React DevelopersThere are some distinct differences with Svelte that make it a particularly interesting front-end UI…Dan OrlandoJanuary 23, 2022 8 min
ReactAutomatic State Batching in React 18The Most Impactful Release Since Version 16.8 When the React component lifecycle was overhauled…Dan OrlandoJanuary 22, 2022 2 min
ReactMigrate an Enterprise React App to Auth0 with a Phased ApproachMoving from in-house authentication to a managed auth service provider has become commonplace as a…Dan OrlandoJanuary 17, 2022 7 min
ReactUnit Testing Modal Components with Jest and React Testing LibraryI've been writing tests for modal components lately and decided to blog about some of the things…Dan OrlandoJanuary 12, 2022 5 min
ReactUsing Monorepos for Enterprise ScalabilityWhat is a Monorepo? A monorepo is a single repository that holds all of the code for every…Dan OrlandoJanuary 02, 2022 4 min
Node.jsNode.js StreamsStreams are one of the critical peices of Node that make it so powerful. When working with large…Dan OrlandoNovember 16, 2021 4 min
Node.jsClient-Server Communication with Node.jsThere are 5 major classes of objects in Node's http module: http.Server Used to create the basic…Dan OrlandoJuly 16, 2021 2 min