Best of Supabase2023

  1. 1
    Article
    Avatar of supabaseSupabase·3y

    Supabase is now compatible with Next.js 14

    Next.js 14 was released with performance and stability improvements, including server actions. Supabase is fully compatible with Next.js 14 and has a package called @supabase/ssr and a starter template to simplify building Next.js apps with Supabase.

  2. 2
    Article
    Avatar of supabaseSupabase·3y

    Infinite scroll with Next.js, Framer Motion, and Supabase

    Learn how to create an infinite scroll using NextJs, Supabase, and Framer Motion. Improve user experience by dynamically loading content as the user scrolls. Add animation to the loaded tickets using the Framer Motion library.

  3. 3
    Article
    Avatar of supabaseSupabase·3y

    Offline-first React Native Apps with Expo, WatermelonDB, and Supabase

    The article discusses the benefits and drawbacks of using an offline-first approach in React Native apps. It introduces WatermelonDB as an open-source solution for handling data in mobile apps and explains how to sync the app with a Supabase backend using Remote Procedure Calls and Supabase Realtime.

  4. 4
    Article
    Avatar of supabaseSupabase·3y

    Dynamic Table Partitioning in Postgres

    This article discusses the problem of storing large amounts of data in a single table in Postgres and explores the solution of table partitioning. Partitioning data in Postgres can help improve query performance, facilitate archiving and data loading, and prevent issues like slower SELECTs and INSERTs.

  5. 5
    Article
    Avatar of supabaseSupabase·3y

    Why we'll stay remote

    In 2020-2021 we had the 'Remote Revelation' where everyone and their dog realized they can do their job perfectly well from the comfort of their own home. Now in 2023, there’s been whiplash back to the office with larger companies fighting especially hard to convince their employees to return to their desks.

  6. 6
    Article
    Avatar of supabaseSupabase·3y

    Supabase Studio 3.0: AI SQL Editor, Schema Diagrams, and new Wrappers

    Supabase Studio 3.0: AI SQL Editor, Schema Diagrams, and Wrappers.0 is here, with some huge new features. Supabase AI is aware of the SQL snippet in the editor and can modify it for you. You can ask it to change to, for example, for example.

  7. 7
    Article
    Avatar of supabaseSupabase·2y

    PostgREST 12

    PostgREST 12 introduces major features including JWT caching for improved performance, a Server Timing Header for better visibility into server side performance, support for aggregate functions like avg, count, max, min, and sum, and the flexibility to handle custom media types.

  8. 8
    Article
    Avatar of supabaseSupabase·3y

    What is new in PostgREST v11.1?

    PostgREST 11.1 is now available on the Supabase platform. Impersonated Role Settings is a new feature to prevent web users from running expensive queries. With a statement timeout, expensive queries will still get executed for a length of time. This abort queries at the planning phase, before they get executed.

  9. 9
    Article
    Avatar of supabaseSupabase·3y

    How to build a real-time multiplayer game with Flutter Flame

    Learn how to build a real-time multiplayer game with Flutter and Flame, using Supabase's real-time features for communication between players.

  10. 10
    Article
    Avatar of supabaseSupabase·3y

    Supabase Storage v3: Resumable Uploads with support for 50GB files

    Supabase Storage v3 introduces resumable uploads, quality filters, Next.js support, and WebP support. The key feature is resumable uploads, allowing users to continue uploading a file from where they left off even if they lose internet connectivity. The upgrade also increases the file size limit to 50GB and adds more image transformation options.

  11. 11
    Article
    Avatar of supabaseSupabase·3y

    Coding the stars - an interactive constellation with Three.js and React Three Fiber

    For Launch Week 8, we wanted to make the user-generated tickets a central piece of the launch week theme. To do this, we built a “constellation’ of stars - an animated night sky where every user signup was represented as a star, in the form of an “8” shape.

  12. 12
    Article
    Avatar of supabaseSupabase·3y

    Supabase Blog: Open Source Firebase alternative Blog

    Supabase Beta October 2022 introduces new SDKs, quickstarts, Functions tricks, and announces the date for Launch Week 6.

  13. 13
    Article
    Avatar of supabaseSupabase·3y

    Supabase Logs: open source logging server

    Supabase Logs is an open-source logging server that supports self-hosting and CLI development. It leverages Logflare to handle billions of log events daily from various tools in the Supabase infrastructure. The ingestion pipeline involves multiple methods, while the querying pipeline utilizes Logflare Endpoints. These endpoints provide various benefits such as query parameters, read-through caching, active cache warming, and query sandboxing. In the future, Supabase plans to integrate Logflare into the platform through a Management API and support multiple backends.

  14. 14
    Article
    Avatar of supabaseSupabase·3y

    Vercel Integration and Next.js App Router Support

    New Vercel integration streamlines the process of creating, deploying, and maintaining web applications. Vercel's open source framework, Next.js, is the most popular frontend framework for Supabase developers. With the click of a button you can have an full-stack application running in less than a minute.