File size: 1,817 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
---
id: videos
title: Videos & Talks
---
<iframe
width="280"
height="400"
title="React Query: It’s Time to Break up with your Global State! – Tanner Linsley"
src="https://www.youtube.com/embed/seU46c6Jz7E"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
style={{
width: '100%',
}}
></iframe>
[Click here to view the Repository used for the above presentation](https://github.com/tannerlinsley/react-query-blog-refactor-example)
<iframe
width="280"
height="400"
title="All About React Query (with Tanner Linsley) — Learn With Jason"
src="https://www.youtube.com/embed/DocXo3gqGdI"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
style={{
width: '100%',
}}
></iframe>
<iframe
width="280"
height="400"
title="Hooks for Fetching with ReactQuery Creator Tanner Linsley aka @tannerlinsley"
src="https://www.youtube.com/embed/PPvWXbSCtBU"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
style={{
width: '100%',
}}
></iframe>
<iframe
width="280"
height="400"
title="React Query - Open Source Friday stream with Tanner Linsley from"
src="https://www.youtube.com/embed/B3cJDT3j19I"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
style={{
width: '100%',
}}
></iframe>
<iframe
width="280"
height="400"
title="React Query Presentation - Tanner Linsley"
src="https://www.youtube.com/embed/_ehibado6rU"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
style={{
width: '100%',
}}
></iframe>
|