Why You Should Switch to GraphQL for FASTER Data Fetching

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

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

  • @allanbengco670
    @allanbengco670 Год назад +2

    I initially consider myself mostly as a frontend developer. But after learning GraphQL, I've managed to shorten the learning gap between frontend and backend, enabling me to become full-stack. I still do REST projects from time to time, but GraphQL is the API I always go back to when I am given free hand to choose.

  • @vladyslavpetrykov3031
    @vladyslavpetrykov3031 Год назад +2

    clearly explained 💯 Waiting for a video on how to integrate GraphQL on top of existing REST API 👨‍🏫😍

  • @brijenmakwana2040
    @brijenmakwana2040 Год назад +3

    Both have their pros and cons. GraphQL is good but that doesn't mean we should stop using rest.

  • @walinkeio
    @walinkeio Год назад

    Bon contenu, et beau travail de montage c'est agréable à regarder :)

  • @AntrikshSingh-q5c
    @AntrikshSingh-q5c Год назад

    best video i have seen on GraphQL !!

  • @amitjohn6532
    @amitjohn6532 Год назад

    I want to ask you one question is React native still a good option to learn because Facebook itself is not using react native
    Just asking and what's the future hold for react native and
    Also for React.
    Yes next js expo etd etc stuff but i only want to know about the future holds for react native and react js
    Will there be react 19 in future?

  • @vitorpeixoto2324
    @vitorpeixoto2324 Год назад

    Nice edit, Vadim! Thanks for the video!

  • @SuperYoda7
    @SuperYoda7 Год назад

    could you please do some tutorial using trpc and react-native? I would love to see that!

  • @AsifSaifuddinAuvipy
    @AsifSaifuddinAuvipy Год назад

    Use JSON:API 1.1 with REST to make it Graph enabled Hyper media driven RESTful API which are great or even better in some case then graphql

  • @shynggysumbetov4351
    @shynggysumbetov4351 Год назад

    Cool new style of video montage 👍🏽 thank u for brief explanation

  • @davduran9858
    @davduran9858 Год назад

    And what about the future of these technologies ?

  • @andrewnguemnang2757
    @andrewnguemnang2757 Год назад

    Is possible to use graphql at the top of Rest api for query?

    • @notjustdev
      @notjustdev  Год назад

      Yes, you can easily do that using StepZen. Check out this tutorial for more details: ruclips.net/user/liveiwgp777Mi54?feature=share

  • @andrewnguemnang2757
    @andrewnguemnang2757 Год назад +1

    Rest api with prisma can solve Many Problems

  • @develop-with-faizan
    @develop-with-faizan Год назад

    does graphql removes the need for redux ? or should i use redux with graphql ?

    • @notjustdev
      @notjustdev  Год назад +2

      If you have complex state management requirements beyond just data fetching, you may choose to use Redux alongside GraphQL. Redux can be used to manage local application state, handle UI-related state changes, or manage non-GraphQL-related data. You can use GraphQL to fetch and update data, and Redux to manage other parts of your application state.

  • @saulotarsobc
    @saulotarsobc 6 месяцев назад

    10:58 nao sabia que o Paul 'Cabanis' era web developer kkkk

  • @FaysalBDev
    @FaysalBDev Год назад +1

    nice one, can you give us a tutorial of GraphQL

    • @notjustdev
      @notjustdev  Год назад

      Thanks. Check out this one: ruclips.net/user/liveiwgp777Mi54?feature=share

  • @ThomazMartinez
    @ThomazMartinez 11 месяцев назад

    Nieko gero tas GraphQL daug ka su rest irgi galim padaryt, didziausia beda su G kai teko dirbti tai BE darbai daug reikejo jo

  • @manishgonekar5831
    @manishgonekar5831 Год назад

    do a tut on bluetooth thermal printer

  • @alexkey9372
    @alexkey9372 Год назад

    As someone who used both extensively, my advise is DO NOT use graphql if you want caching. It's a mess.

    • @notjustdev
      @notjustdev  Год назад

      What client library have you used?

    • @alexkey9372
      @alexkey9372 Год назад

      @@notjustdev All of them bro urql, apollo-client and others. It's all clustered when it comes to caching due to the fact that rest api follows the http protocols and all graphql requests are all POST. So with graphql to achieve the same, you need to do some hacking/amendments which honestly is not worth the time investment. I ended up using fastly edge caching but is really expensive. Used stellate caching in the beginning but switched as it had even more limitations.

  • @usmanmarkaz
    @usmanmarkaz Год назад

    make tutorial on GraphQL and How we make app with graphQl

    • @notjustdev
      @notjustdev  Год назад +1

      We have a few tutorials on GraphQL. Check them out on our channel.
      🔥 Build a Books App with React Native and GraphQL API ➡ ruclips.net/user/live-qAhg4EDIwQ
      🔥 Build a StackOverflow Clone with React Native and GraphQL API ➡ ruclips.net/user/liveiwgp777Mi54

  • @-EgoSerg-
    @-EgoSerg- Год назад +3

    "31 API calls" for getting data about author, likes, comments....
    ahhhh.
    If you will did it.
    I have really bad news for you.
    I think you don't know hot to work relation databases or maybe you don't know how to correct create data structure for DB.

    • @notjustdev
      @notjustdev  Год назад

      Of course, you can adjust your REST api to return all of this data in the same query, and that would be a smart thing to do. You will do it for your main queries, but not for all the queries your app will make. So, in the end, you will either over fetch or under-fetch.

    • @-EgoSerg-
      @-EgoSerg- Год назад

      @@notjustdev
      And i'm sure you know thet we can setup REST and we can also set what data we want to get.
      Ofcourse GraphQL is intresting solution and sometime it is easy to use, but not all time.
      But in any case, thank you for your job.
      I like to watch your videos

  • @finitoon
    @finitoon Год назад

    Oanda is rest api

  • @jopadjr
    @jopadjr Год назад

    136th...Thanks

  • @saulotarsobc
    @saulotarsobc 6 месяцев назад

    8:56 😂😂😂😂😂😂😂😂

  • @JJ-Dynamiteo
    @JJ-Dynamiteo Год назад

    tRPC

  • @kookianneeta
    @kookianneeta Год назад

    tmzluv- kukiana8