- The last 10 years of web development… In 2015, client-side apps were kind of difficult. So lets invent React. This has made client-side apps so much simpler. It is actually pleasant to make them now…Jan 18, 2026 05:05
- But, it would be a little bit faster if we rendered the HTML on the server, then sent HTML to the client. So lets invent Hono + server-side-rendered JSX. Now we have a nice, HTML-like template language (JSX) on the server, and very frugal JS on the client. All without PHP.