How to use SWR in React Native - Fetch and Cache data (tutorial)

Sdílet
Vložit
  • čas přidán 1. 06. 2024
  • Learn how to quickly fetch data in your React Native app with SWR, making your app faster and smoother.
    This tutorial is sponsored by ✨IBM StepZen✨ - a GraphQL server with a unique architecture that helps developers build APIs fast and with less code
    ❇️ Get your free account here: bit.ly/3TR8vQg
    In this step by step guide, we'll be going over the simple yet powerful features of SWR, showing you how you can leverage features like real-time data updates, lightweight data fetching, cache and request deduplication, and much more. This video is great for both beginners and those who already use React Native and want to improve how their apps handle data!🚀
    ✅ Step-by-step Guide: www.notjust.dev/blog/swr-reac...
    💻 Source Code: github.com/notJust-dev/SWR-Re...
    ❗Try our FREE 2-day Masterclass on notJust.Academy: assets.notjust.dev/masterclas...
    📚 This video includes a lot of tools and technologies, providing an excellent opportunity to learn about:
    - Introduction to SWR and its principles
    - Setting up SWR in a React Native project
    - Fetching data with SWR
    - Implementing cache and revalidation strategies
    - Real-time updates with SWR
    - Optimizing data fetching with pagination and suspense
    - Error handling and loading states
    - Advanced SWR configurations and techniques
    📚 Enroll NOW in The Full-Stack Mobile Developer course and don’t miss out on your chance to become a 6-figure dev! Check out what our successful students are saying about their experience:
    academy.notjust.dev/?...
    💡 Have an idea for a future tutorial? Share it on our Idea Board: github.com/orgs/notJust-dev/d...
    💬 Join the notJust Development gang and let's build together:
    Twitter: / vadimnotjustdev
    Instagram: / vadimnotjustdev
    Facebook: / notjustdev
    LinkedIn: / vadimsavin
    Discord: / discord
    Timecodes:
    0:00 Intro and what is SWR?
    3:04 Starting the Tutorial - Setting Up
    7:19 Installing SWR and Setting Up a Fetcher Function
    13:56 Fetching data from a Public API
    19:56 Rendering a List of Posts
    26:58 Making Data Fetching Logic Reusable
    33:48 Using a Custom Hook to Fetch User Data
    50:50 Extracting posts to a separate screen
    56:37 Configuring SWR Globally
    1:08:31 Creating Mutations; Optimistic Updates
    1:55:46 SWR Error Handling
    1:57:03 Fetching GraphQL APIs & React Native Specific Configuration
    2:17:44 Handling App Focus Events
    2:42:37 Outro
    Disclaimer: This build is for educational purposes only. All views, opinions, and technology choices expressed in this video are my own and do not represent the views, opinions, or technology choices of any entity I have been, am now, or will be affiliated with.
    #notjustdev #SWR #reactnative
  • Věda a technologie

Komentáře • 15

  • @TestYt4
    @TestYt4 Před 2 měsíci

    With Apollo and swr which one u suggest please and is there main difference? Coz in your course u used Apollo.

  • @mpumuropatrick4288
    @mpumuropatrick4288 Před měsícem

    Hi sir, i cannot get an account and admin api key on stepzen how could get them

  • @fransenson
    @fransenson Před 2 měsíci

    What zsh theme are you using there?

  • @mosdev1663
    @mosdev1663 Před měsícem

    Hi, thanks for your content which I've been following for a while and which has greatly helped me evolve on React Native in general. Could you teach us how to test our React Native code with Jest or something else for Typescript without Expo? It would be really interesting to develop our know-how. Thank you very much for everything you do 👍

    • @notjustdev
      @notjustdev  Před měsícem +1

      Hey, thanks for the appreciation!
      You can check out this blog post we made about testing with Jest and Testing Library: www.notjust.dev/blog/2023-01-16-react-native-testing

  • @Bianchi77
    @Bianchi77 Před 2 měsíci

    Nice video, thanks :)

  • @SuperYoda7
    @SuperYoda7 Před 2 měsíci

    I usually go with tanstack query and really like it. Is this an alternative?

  • @user-ct5zv1gg5z
    @user-ct5zv1gg5z Před 2 měsíci

    Sir please help me which one to choose react native cli or expo cli. I have build more than 7 apps in expo, but for large scale app I want to use react native cli what do u suggest ❤❤❤

  • @ginilmathew4412
    @ginilmathew4412 Před 2 měsíci

    swr or tanstackqwery which one is best

  • @ibrahimkouma6751
    @ibrahimkouma6751 Před 2 měsíci +1

    a quick question when building production app between tanstack vs swr which one do you suggest ?

    • @notjustdev
      @notjustdev  Před 2 měsíci +1

      I haven't used SWR in production, but it seems pretty powerful

  • @TestYt4
    @TestYt4 Před 2 měsíci

    With Apollo and swr which one u suggest please and is there main difference? Coz in your course u used Apollo.