Best of SupabaseOctober 2024

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Mobile App Development Course with React Native, Supabase, Next.js

    Learn to build a complete e-commerce mobile app with React Native, Supabase, Stripe, and Next.js through a comprehensive freeCodeCamp course. The course covers front-end design, secure back-end setup, payment integration, and deployment, making it ideal for full-stack developers aiming to enhance their skills.

  2. 2
    Article
    Avatar of supabaseSupabase·2y

    Building offline-first mobile apps with Supabase, Flutter and Brick

    Building offline-first mobile apps improves user experience by ensuring app usability in areas with poor connectivity. Using Supabase and Brick with Flutter allows data to be cached locally, minimizing round trip times and enabling apps to function smoothly offline. Brick manages local and remote state synchronization, providing code generation for serialization/deserialization and handling migrations automatically.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    How to Build a React Hook for Telegram Authentication (Step-by-Step)

    Learn how to build a custom React hook for authentication using the Telegram SDK and manage users with Supabase. The guide covers initializing the hook, handling user signup, checking existing users, and triggering the signup process when the app loads. It's a step-by-step tutorial to integrate seamless Telegram-based authentication in your React applications.