Next.JsConfiguring Storybook for Next.Js, I18n, SCSS & TypeScriptStorybook is great. It lets you design, tweak and test your components in complete isolation. Integrating it is usually not that big of a deal, but there are some hoops when it comes to integrating into an existing framework, such as NextJs…
HooksuseMemo with dependencies — a simple case studyWhen React 16.8 came out, it completely changed how we write our components. State, lifecycle, refs are now managed with hooks, and in turn the code you write became more comprehensive, and less…
Microsoft OrleansInterceptors and Aspect Oriented Programming in Microsoft OrleansIn today’s world, where services need to handle thousands of requests per second, a serious need for highly scalable systems arose, and as a solution, the actor model to meet it. The idea of the…
SignalrWiring up ReactJS.Net with Asp.Net Core MVC via SignalR CoreRecently, I’ve worked on a project that involved React code embedded in Asp.Net Core, that needed to talk to third party technologies via SignalR. Due to the fact that at the time of writing SignalR…