Using Supabase with React Router v7 Framework

Поділитися
Вставка
  • Опубліковано 21 січ 2025

КОМЕНТАРІ • 10

  • @RavenXplod
    @RavenXplod 19 днів тому +1

    Please can you cover react router v7 in detail specially the loaders and ssr and where does tanstack query fits into it

  • @mujibulhaquetanim
    @mujibulhaquetanim Місяць тому +4

    informative tutorial, could you share that repo please?

  • @NunoCostapt
    @NunoCostapt Місяць тому +1

    First 👌

  • @ankitkumarjat9886
    @ankitkumarjat9886 4 дні тому

    I am confused, why you are not using action for login? From action we can set http only cookies. While when we set cookies from frontend, cookies can be accessed via javascript and it makes prone to security risks.

    • @AaronSaundersCI
      @AaronSaundersCI  3 дні тому

      you can use the same approach for a SPA and there is no security risk as long as you use row level security