Is Next.js Worth It? This article hopes to touch on some of the high level points of why you would or wouldn’t use Next.js. Before going any further, we need to define what Next.js is. Marketing blurb from nextjs.org: Used by some of the world’s largest...
Embed Power BI Reports On Your Website or Portal – ASP.NET Core Back End & React Front End The purpose of this document is to demonstrate how to embed a Power BI Report on to your website or portal when your website or portal is using an architecture...
Create A Robust Notification System For Your React App In Less Than 100 Lines Of Code Using Redux toolkit, MUI, and React hooks, you can write a flexible and reliable notification system for any size app in less code than you thought possible. A common request from...
Are you still managing React state with plain Redux? Consider the Benefits of RTK. Redux Toolkit is a must-have replacement for React state management. In 2015, Dan Abramov blessed the world with his magnum opus of application state management tools: Redux. Described...
Using Typescript? Time to start barreling. It won’t be long until the next time you have to refactor your React/Vue/Angular/Typescript app. The barrel feature helps make it easier. Barreling is a neat feature in Typescript that allows a single file to group (or...