Adding, Updating, Getting, and Deleting Members with Memberstack + Wized + Supabase

Поделиться
HTML-код
  • Опубликовано: 20 май 2024
  • The 4 pillars of basically all web applications are creating, reading, updating, and deleting items - also known as CRUD operations.
    Once you've figured out how to do them all in a simple way - like in this video - you unlock a ton of possibilities.
    That's why I wanted to make this live build tutorial on how to make all of these things work in a simple way! Enjoy :)

Комментарии • 11

  • @chapp3355
    @chapp3355 2 месяца назад +3

    big supabase (over xano) fan, thanks for creating this!

    • @Memberstack
      @Memberstack  2 месяца назад +1

      No problem!! Anything else you wanna see, just let us know - I'll also be doing some Xano ones soon :)

  • @duncanhamra202
    @duncanhamra202 Месяц назад

    Great video!! At 28:50 you update the database, but the data on page does not change. Do you know how to change both at the same time so users get instant feedback onChange?

    • @Memberstack
      @Memberstack  Месяц назад

      Thank you!!
      There's no one-size-fits-all way - you can actually just re-trigger the call to get the list and then it should update it live on the screen, or you can just create an action which updates it without making another request :) All depends on what you're trying to prioritize!

  • @zee1856
    @zee1856 19 дней назад

    Can you please make a video on creating & updating CMS item on Webfow from wized/supabase

    • @Memberstack
      @Memberstack  19 дней назад

      Hey!! Thanks for the request - just one question - why would you want to do this instead of generating pages from Supabase items?

    • @zee1856
      @zee1856 19 дней назад

      @@Memberstack I've already integrated memberstack and wants to leverage Webflow CMS features on the platform instead of repeating the same with wized&supabase.

  • @digital.m4uro
    @digital.m4uro Месяц назад

    getting started