September 2024 Summaries
4 posts from Supabase
Filter
Month:
Year:
Post Summaries
Back to Blog
Launch Week 12 featured new Supabase features and a hackathon showcasing developer projects. The Supabase team was impressed with the quality of submissions. Winners included a virtual rock band project, an AI Postgres Query Plan Explainer, a Minecraft Laser Game server, a CLI tool for automating Supabase tasks, and more. Prizes include mechanical keyboards and Supabase swag kits. Inspired developers can check out the latest resources to start building with Supabase.
Sep 30, 2024
359 words in the original blog post.
Legend-State is a state management library for React Native applications that focuses on local-first architecture, allowing offline access and seamless syncing when connected. It works with Expo and React Native, making it suitable for building mobile and web apps. The library aims to be easy to use, fast, provide fine-grained reactivity, and support powerful sync and persistence features, including Supabase integration. Legend-State's local-first approach ensures that users can read and write directly from/to a database on their device even when offline, with data being synced automatically when connected to the internet.
Sep 23, 2024
1,197 words in the original blog post.
The Supabase team has rolled out significant updates to Edge Functions, resulting in reduced function size and boot time by up to 300% for functions using npm modules. The improvements were achieved through lazy evaluating dependencies, reducing npm package section size, and switching from SHA-256 to xxHash-3 hashing functions. To take advantage of these performance gains, users can update the Supabase CLI to version v1.195.2 or later and redeploy their functions by running `supabase functions deploy [FUNCTION_NAME]`. The Edge Runtime is fully open-source, and community contributions are encouraged.
Sep 12, 2024
895 words in the original blog post.
The tutorial guides the reader through creating an Uber-like application using Flutter and Supabase, leveraging the PostGIS extension for efficient geography data handling. The project covers setting up a new Flutter project, initializing Supabase, configuring database tables, and defining models for drivers and rides. It also implements real-time location tracking and driver assignment, including edge functions to fetch route information from Google Maps. Finally, it includes ride completion logic with a modal thanking the user for using the app, resetting the app's state upon closing the modal. The tutorial provides a foundation for building more complex applications and demonstrates how Supabase can simplify handling real-time geospatial data.
Sep 05, 2024
2,808 words in the original blog post.