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.

Supabase.js 1.0 Released

14 pointsby awaliasover 4 years ago

3 comments

sebmellenover 4 years ago
Awesome! I&#x27;ll have to try this out.<p>I love working with Firebase, but I have serious qualms about using a Google product, in part because of Google&#x27;s reputation for killing off products, and partly because I&#x27;m still a FOSS hacker at heart.
评论 #24965178 未加载
kiwicoppleover 4 years ago
Hey HN, this is one of the things we&#x27;ve been working on in our alpha -&gt; beta transition.<p>We received a lot of feedback from the community and we&#x27;ve incorporated it into our client libraries for our 1.0 release.<p>The nice thing about supabase-js is that it is modular, wrapping 3 other libraries. Each sub-library is a standalone implementation for a single external system. This is one of the ways we support existing OSS tools. Already we are seeing other communities[1] leverage the work we&#x27;ve done for PostgREST.<p>We also migrated completely to TypeScript, and added some opinionated functionality, such as returning errors [2] instead of throwing them.<p>Enjoy!<p>[1] Tezos blockchain using our postgrest libraries: <a href="https:&#x2F;&#x2F;pro.tzkt.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pro.tzkt.io&#x2F;</a><p>[2] Returning errors: <a href="https:&#x2F;&#x2F;supabase.io&#x2F;blog&#x2F;2020&#x2F;10&#x2F;30&#x2F;improved-dx#errors-are-returned-not-thrown" rel="nofollow">https:&#x2F;&#x2F;supabase.io&#x2F;blog&#x2F;2020&#x2F;10&#x2F;30&#x2F;improved-dx#errors-are-r...</a>
rishav_sharanover 4 years ago
Loving Supabase so far. It is the full blown backend which allows me the fast dev experience without sacrificing the performance.<p>The only thing stopping me from doing anything other than some toy projects is the lack of pricing information. I understand that it is something the team Supabase team will be working on later, but without knowing what the pricing is gonna be like, I will not be doing any serious work with it.
评论 #24974729 未加载