How I converted my React app to VanillaJS

This is a long and winding tale (with lots of code) of my attempts replicate JSX syntax, component structure, server-side rendering, and……

Similar

96 Line React with JSX

A while ago, I wrote a short post showing a minimal 33 line React. A lot of the comments focused on the Mithril-like syntax for the virtual DOM. So that we can ignore that aspect, here is a 96 line React with a JSX compiler. (more…)

Read more »