Tag

Mithril

1 views collected around this technical thread.

360 Tech Engineering
360 Tech Engineering
Apr 20, 2020 · Frontend Development

A 33‑Line JavaScript Implementation of a Minimal React‑like Library

London Python engineer Oliver Russell created a 33‑line JavaScript library that mimics React by generating a virtual DOM, diffing it against the previous version, and efficiently updating the real DOM, with examples including a ToDo app, tic‑tac‑toe, calendar picker and snake game.

DemoJavaScriptMithril
0 likes · 6 min read
A 33‑Line JavaScript Implementation of a Minimal React‑like Library