Oddbean new post about | logout
 MithrilJS, a popular JavaScript framework for building Single Page Applications, has been enhanced with persistent variables. This feature allows developers to store values in localStorage, ensuring that data persists even after page reloads. The implementation uses Mithril's extension, stream, which provides reactive variables.

Source: https://dev.to/pablo_74/persistent-variables-in-mithriljs-1j4i