React Native + Hasura + Firebase Authentication + Redux Toolkit

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • Hasura:
    hasura.io/
    Firebase Authentication:
    firebase.googl...
    Source Code:
    github.com/mat...
    Related video on Redux Toolkit, RTK Query, and GraphQL Code Generator: • React Native + Hasura ...
    Music Credit:
    “Blue Boi” - Lakey Inspired

КОМЕНТАРІ • 6

  • @lancelotlancelotovich1200
    @lancelotlancelotovich1200 2 роки тому

    Thnx for guide - Happy Jesus birthday, dude :)

  • @sontrungly1367
    @sontrungly1367 2 роки тому +1

    thank you sir, ur channel help me a lot

  • @tiktak9906
    @tiktak9906 2 роки тому +2

    Very good thx

  • @fgary
    @fgary 2 роки тому +1

    Redux toolkit >
    Have you tried styled components yet?

    • @smalldevshop5215
      @smalldevshop5215  2 роки тому

      ah, for sure, but CSS/CSS-adjacent styling has always felt hard to maintain for me. Do you prefer styled components to stylesheets (and if so why)? My one thought is that I imagine it's nice if you're switching back and forth between React web and React native, using styled components would reduce the sense of context switching

  • @J38x729
    @J38x729 Рік тому

    Don't you need to put a custom check on the table permission to restrict the data being accessed to match the user id on the JWT with the user id on the table?