Hacker News new | ask | show | jobs
by neftaly 1087 days ago
I've been tooling around with "Tuple Database", which claims to be FoundationDB for the frontend (by the original dev of Notion).

https://github.com/ccorcos/tuple-database/

I have found it conceptually similar to Relic or Datascript, but with strong preformance guarantees - something Relic considers a potential issue. It also solves the problem of using reactive queries to trigger things like popups and fullscreen requests, which must be run in the same event loop as user input.

https://github.com/wotbrew/relic https://github.com/tonsky/datascript

Having a full (fast!) database as my React state manager gives me LAMP nostalgia :)