Intro Welcome. This is a longer post about how to deploy a Go backend with a React frontend on Kubernetes as separate entities. Instead of the usual compiled together single binary Go application, we are going to separate the two. Why? Because usually a R... (more…)
Read more »
Components are an essential building blocks of React.js. In this guide, we will create a simple React Hello component in Typescript. (more…)
Read more »
An Introduction to React.js — a framework for building user interfaces. (more…)
Read more »
Interactive web pages can be created with libraries that are simpler than React: alpineJS, Svelte; or even no library at all: vanillaJS. (more…)
Read more »
Part 1: Climbing Mount Effect - Declarative Code and Effects
Part 2: Reconcile All The Things - Memoization, Data Flow and reconciliation
Part 3: Headless React - Live, Yeet Reduce, No-API, WebGPU
... (more…)
Read more »