Tag: Comparison

Comparing test assertion styles in JavaScript

October 5, 2023 By Mark Otto Off

An Interactive Intro to CRDTs β€” Conflict-free replicated data types (the so-called CRDTs) provide a popular approach to replicate data across numerous clients and allow live collaboration between them without conflicts. This post really digs into what makes CRDTs tick well, complete with interactive examples. Jake…

Is React the new WordPress?

April 12, 2023 By Mark Otto 0

Next.js 13.3 Released β€” Increasingly seen as β€˜the’ React framework, Next.js is always worth keeping an eye on. v13.3 introduces a file-based metadata API for dynamically generating assets like sitemaps and robots.txt, dynamic Open Graph image generation, improved routing options, and App Router gains support…