Three projects for you to explore, all on different spectrums, but doing something radical or peculiar. Happy weekend.
Lemonadejs is a lightweight reactive micro-library, written in vanilla JavaScript with support for two-way binding. It can help you to deliver reusable components and does not require transpilers, babel or other dependencies to work. Perfect for widgets and tiny interactive forms.
Imba is an ambitious new programming langauge for the web that compiles to JavaScript. Built by the folks at scrimba.com, it’s built from scratch for productivity and performance.
This article introduces absurd-sql which is a project aiming to provide a persistent backend for SQLite on the web. It uses IndexedDB but with sql.js in front, which allows SQLite to read/write from IndexedDB in small blocks, just like it would a disk