/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.miguelgrinberg.com
| | www.quirksmode.org
3.3 parsecs away

Travel
| | [AI summary] A comprehensive technical resource detailing JavaScript functions, objects, events, and the DOM for web developers.
| | nguyenhuythanh.com
3.2 parsecs away

Travel
| | Overview Generally, there are two ways of web rendering: the first is SSR, stands for Server-Side Rendering; the second is CSR, stands for Client-Side Rendering. Both come with different trade-offs. Someone has compared that to a cycle, where we first started with SSR, then moved to CSR/SPA as the client-side application state became complex. Because CSR has its problems, we (re)discovered SSR 1 with HTMX, or even NextJS SSR. There were many writing about issues of CSR and SPA 2 3, but I would summarize them essentially as a state synchronization problem between the client and the server that results in complexity 4.
| | ponyfoo.com
2.5 parsecs away

Travel
| | [AI summary] This article explains Taunus, a lightweight Node.js framework that converts server-side rendered applications into progressive web apps supporting AJAX navigation and realtime updates.
| | github.com
11.9 parsecs away

Travel
| Babel plugin for Regex+. Contribute to slevithan/babel-plugin-transform-regex development by creating an account on GitHub.