Let's Build React Query in 150 Lines of Code! - Tanner Linsley, React Summit Remote Edition 2021

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 23. 06. 2021
  • Find the latest React.js talks & workshops at portal.gitnation.org
    🗓 React Summit Remote Edition 2021 #ReactSummit
    Website - remote.reactsummit.com/
    Watch the full version of all the conference talks including QnA sessions on GitNation Video platform, follow the link → bit.ly/rsre2021-yt-talks-qna
    Talk: Let's Build React Query in 150 Lines of Code!
    Since React Summit last year, React Query has already become one of the most popular and powerful data fetching libraries for React. To celebrate, we'll be going behind the scenes to see how React Query actually works and even build our own useQuery hook in just 150 lines of code.
    This event would not take place without the support of sponsors:
    🏆 Platinum Sponsors
    Focus Reactive → focusreactive.com/
    Nx → nx.dev/
    AWS Amplify → docs.amplify.aws/
    WP Engine → wpengine.com/
    Shopify → shopify.engineering/
    Rangle → rangle.io/
    đŸ„‡ Gold Sponsors
    Rollbar → rollbar.com/product/
    MUX → mux.com/
    JetBrains → www.jetbrains.com/
    Microsoft → aka.ms/devopsjsfm
    Storyblok → www.storyblok.com/
    Cloudinary → cloudinary.com/
    Cleo → www.meetcleo.com/
    Prismic → prismic.io/
    G2i → www.g2i.co/
    Netlify → www.netlify.com/
    DataDog → www.datadoghq.com/
    đŸ„ˆ Silver Sponsors
    StackHawk → www.stackhawk.com/
    Kontent → kontent.ai/
    Magic → magic.link/
    Aldeia → aldeia.world/
    Nacelle → nacelle.com/
    Influxdata → www.influxdata.com/
    Progress KendoReact → www.telerik.com/
    Neo4j→neo4j.com/
    Tara → tara.ai/
  • Věda a technologie

Komentáƙe • 9

  • @ryanquinn1257
    @ryanquinn1257 Pƙed rokem +3

    Idea -> explanation -> implementation from base concept up through higher abstractions. If all school was like this the world of software would be better for both UX & DX.

  • @royz_1
    @royz_1 Pƙed rokem

    You are awesome! Thanks for making our lives better.

  • @charlotteisambert6554
    @charlotteisambert6554 Pƙed 3 lety +10

    Really interesting, it's always great to see the code of the tools we're using, it pushes our understanding further. Thanks!!
    Is there a git repo where we can find this react-query-lite code?

  • @DiegoTorres86
    @DiegoTorres86 Pƙed 2 lety

    This has been amazing

  • @johannsebastianbach3411
    @johannsebastianbach3411 Pƙed 2 lety

    This is so elegant wow

  • @hassanahmad195
    @hassanahmad195 Pƙed 3 lety +2

    please how can I access data between component in React Query?

  • @MrDevianceh
    @MrDevianceh Pƙed 3 lety +8

    Good talk :) It was a bit hard to follow with you pasting stuff from out of nowhere but I guess it's safer for doing live coding.
    React Query is pretty good but tbh, I don't find myself using it, merely because I've written similar solutions myself. What is fascinating to me is how much your library has caught the FE world by storm. Not because it's a bad library but rather because it's a simple library (ofc not pointing to this 150 LoC vers.) and those patters that you abstracted already existed. It only goes to show that the majority of developers don't understand most of the packages they use.