5 Ways to Fetch Data from an API in Vue 3 Composition API

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024

ความคิดเห็น • 45

  • @_the_one_1
    @_the_one_1 3 ปีที่แล้ว +11

    Great video as always Justin. Please create a Vue 3 course and take my money!

  • @Ma1ne2
    @Ma1ne2 3 ปีที่แล้ว +7

    Great explanation with great visuals, a calming voice to listen to and exciting but understating music, I loved it! Got a new sub m8 ☺️

  • @parogparog6774
    @parogparog6774 3 ปีที่แล้ว +4

    Very concise and to the point. I don't subscribe to channels very often, but the format and depth for the different possibilities you bring up are exactly the type of content an experience dev is looking for. :) Thanks!

  • @RianY2K
    @RianY2K 3 ปีที่แล้ว +5

    thanks for tutorial. Vue JS 3 looks good in Syntax and API

  • @ferhatsunaycansev106
    @ferhatsunaycansev106 2 ปีที่แล้ว +1

    useFetch example is very very very great thanks alot man! love from Turkey!

  • @darkmift
    @darkmift 3 ปีที่แล้ว +4

    Its always good practice to add a repo or gist link to the code used in the presentation.
    Great demo,first time I see use of cache logic and the map use is very cool.

  • @MrBiggydicks
    @MrBiggydicks 3 ปีที่แล้ว

    Nice one. I'm actually in my first Vue 3 production project right now. I don't actually need any API calls for this one but still good to know

  • @sivasankarant9195
    @sivasankarant9195 3 ปีที่แล้ว +5

    Justin thanks man

  • @AnisD756
    @AnisD756 2 ปีที่แล้ว

    It's probably overkill for just a basic fetch but that last function is really cool. I had to pause screen to copy it :p

  • @emonymph6911
    @emonymph6911 2 ปีที่แล้ว +2

    Should have made video longer and shown examples of how it works by grabbing X from front end and storing it in DB at backend so we can visualize each method and select what we prefer syntaxically. You should also mention which fetching methods are compatible with web components and which are not, make a table (consider it as feedback)

    • @lilmila4533
      @lilmila4533 2 ปีที่แล้ว

      YES! Is there a tutorial like this you know? I could not find it :(

  • @RSurya99
    @RSurya99 2 ปีที่แล้ว +1

    can you explain how to use the method created in last section? because when I call it on component it will return Computedrefimpl

  • @zekariyasmulugetaaltaye1065
    @zekariyasmulugetaaltaye1065 2 ปีที่แล้ว

    this video just saved my ass from a lot of trouble, Literally. Thank you

  • @Mahmudulhasan-ts5hm
    @Mahmudulhasan-ts5hm หลายเดือนก่อน

    nice, love vue.js

  • @fifty6737
    @fifty6737 2 ปีที่แล้ว +1

    the composition api is miles ahead of react hooks, they really nailed it with this types and functions

    • @Nexus9997
      @Nexus9997 2 ปีที่แล้ว

      I honestly prefer Vue but i've never really used the composition api, so what makes you think that ?

  • @paws7983
    @paws7983 2 ปีที่แล้ว

    Many thanks to Justin!

  • @zlatkoiliev8927
    @zlatkoiliev8927 6 หลายเดือนก่อน

    Shouldn’t we invalidate the cache after some time?!? The approach from the example absolutely prevent fetching new data if we already have cached key. Maybe it will be a good idea to only keep the cache for some time like 15 min or something…

  • @ColinRichardson
    @ColinRichardson 2 ปีที่แล้ว

    I didn't think you could use 'reactive' outside of the 'use' function because it had the potential to be initialised before the Vue instance had been configured?

  • @epiiiiiii
    @epiiiiiii 3 ปีที่แล้ว

    Good stuff. I just wish you were using the Options API until I catch up. 😜

  • @kinax2
    @kinax2 3 ปีที่แล้ว

    Can you make a vue-i18n@next with routing video ?

  • @AhSoh7091
    @AhSoh7091 3 ปีที่แล้ว

    Thanks for sharing, do you have real example to use the useFetchCache hook? i tried it doesn't really work correctly. Hope you can share more about it.

    • @CodingWithJustin
      @CodingWithJustin  3 ปีที่แล้ว +1

      It depends on you are using the hook. If you call the two hook immediate after each with the same key, both fetches will be called, since there is nothing in cache until a fetch has finished. This makes it useful for grabing information in lower components that are only dispalyed if a apprent component fetch has successed, or when coming back to the same page as mentioned in the video. Of course you can expand on the hook to make it better.

    • @AhSoh7091
      @AhSoh7091 3 ปีที่แล้ว

      @@CodingWithJustin​Thanks for your explanation. Anyway, you made a ton of great video. i love to watch your video.

  • @carlosalvarado5331
    @carlosalvarado5331 3 ปีที่แล้ว

    I was trying the sample code that you provide the get method is OK but how can I create a post request :v

  • @2603bex
    @2603bex 2 ปีที่แล้ว

    Brilliant! Thank you

  • @jntaca
    @jntaca 3 ปีที่แล้ว

    Thanks !
    Very useful .

  • @LukeryaPereprygova
    @LukeryaPereprygova 3 ปีที่แล้ว +1

    Very fireship-y))

  • @gagiknavasatariyan7316
    @gagiknavasatariyan7316 3 ปีที่แล้ว

    Hi, Great content Thanks!

  • @DK-pf2dg
    @DK-pf2dg 3 ปีที่แล้ว

    Please make guide how to create a pagination.

  • @pierre1360
    @pierre1360 2 ปีที่แล้ว

    what is that ref() stuff?

  • @Endersontutoriales
    @Endersontutoriales 3 ปีที่แล้ว

    Nice!!

  • @marvin_e
    @marvin_e 3 ปีที่แล้ว

    damn.. this is so awesome

  • @Orphy7
    @Orphy7 2 ปีที่แล้ว

    I m watching a lot of these video but I still can’t understand how should I do to connect vue and axios with my msql database :(

    • @AnisD756
      @AnisD756 2 ปีที่แล้ว

      You can use something like Api-platform

  • @junaidjahan6864
    @junaidjahan6864 ปีที่แล้ว

    Awesome

  • @ricko13
    @ricko13 2 ปีที่แล้ว

    gold

  • @rafaelgramoschi957
    @rafaelgramoschi957 ปีที่แล้ว

    when you check "!config.skip && fetch()" you must "!config.skip && AWAIT fetch()"

  • @ranavitaln
    @ranavitaln ปีที่แล้ว

    Please show examples 🙏

  • @LeLeTesoro
    @LeLeTesoro 2 ปีที่แล้ว +1

    This video is like, "Info for beginners, beginners, beginners, dissertation for 2nd PhD in computer science, The End"

  • @MarcdeRuyter
    @MarcdeRuyter 2 ปีที่แล้ว

    This only confuses matters

  • @Markus-iq4sm
    @Markus-iq4sm ปีที่แล้ว

    Awful explanation, for useFetch you just copy-pace useAsyncState source code function from VueUse. What did you explaine? The case when author does not understand what he actually says

  • @MrNihilius
    @MrNihilius 2 ปีที่แล้ว

    please without music

  • @jaromanda
    @jaromanda 2 ปีที่แล้ว

    you lost me at axios - it has "a much shorter syntax" ... sure, it does, it's a JS library written using the old XMLHttpRequest methods
    It's SO easy to write a very small library, using fetch, that exposes a similar, short, syntax
    Seriously, you create a function called `useFetch` ... which uses axios (which uses native XMLHttpRequest, not native Fetch) --- sacrilege!!! You probably use internet explorer 7 as your daily web browser!!!