Magic

This page is doing an AJAX request to itself every second. The response is being converted from HTML to JSX and dynamically rendered with React. This means that rather than the entire body being replaced every time, React handles diffing it and only doing the changes that are required.

The border colour and text colour in the input field below change randomly every page load, but the text you enter will be preserved.

It's magic. :)

Loaded at 2024-04-20T20:46:20+10:00