TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Your Front End Needs a Database

1 pointsby OliverMabout 3 years ago

3 comments

OliverMabout 3 years ago
Interesting &amp; available libraries implementing parts of this particular vision (mentioned in the talk):<p>- Google&#x27;s Firebase (meh, though maybe Supabase is mature enough by now to replace this suggestion?)<p>- Tinybase: <a href="https:&#x2F;&#x2F;tinybase.org" rel="nofollow">https:&#x2F;&#x2F;tinybase.org</a><p>- sql.js (SQLite compiled to js): <a href="https:&#x2F;&#x2F;sql.js.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sql.js.org&#x2F;</a><p>But there&#x27;s no single stack available (yet). I&#x27;m suprised Nikita didn&#x27;t mention datascript here (<a href="https:&#x2F;&#x2F;github.com&#x2F;tonsky&#x2F;datascript" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tonsky&#x2F;datascript</a>) given the neat compatibility it offers with other datalog databases, but maybe he feels it&#x27;s too niche&#x2F;immature?
OliverMabout 3 years ago
Throw away your API servers, use a db in your frontend and your backend, and let the pair of them worry about syncing state.
oxffabout 3 years ago
I guess the question to ask is why are there even &quot;backends&quot;.
评论 #31251270 未加载