Coding a Custom usePaginationFetch React Hook Tutorial

Channel:
Subscribers:
254,000
Published on ● Video Link: https://www.youtube.com/watch?v=pc3fgKYcEAQ



Category:
Tutorial
Duration: 5:43
970 views
20


Giving a short code walkthrough of how I created a custom hook in react to help with doing pagination requests. Custom hooks in react can help dry up your code, especially as your application grows and you want to repeat similar logic, such as fetching data using the browser's fetch method, on multiple components. This tutorial shows you have to take it a step further by adding pagination.

🔔 Newsletter http://eepurl.com/hnderP
🤓 ES6 Udemy Course https://tinyurl.com/yxdvf2zl
🐦 Twitter https://twitter.com/thewebdevjunkie
📷 Instagram https://www.instagram.com/thewebdevjunkie/
💬 Discord https://discord.gg/4kGbBaa
📁. GitHub https://github.com/codyseibert/youtube




Other Videos By Web Dev Cody


2021-04-30Using Functions in Javascript | Beginner's Guide to Full Stack Development
2021-04-29Rendering Posts using Javascript | Beginner's Series to Full Stack Web Development
2021-04-28Using Javascript to Create a Header | Beginner's Series to Full Stack Web Development
2021-04-27Using External Stylesheets & Multiple Pages | Beginner's Series to Full Stack Web Development
2021-04-26Lets learn more about CSS | Beginner's Series to Full Stack Web Development
2021-04-25Let's look into using HTML | Beginner's Series to Full Stack Web Development
2021-04-24How does an application work | Beginner's Series to Full Stack Web Development
2021-04-22What is Full Stack Development | Beginner's Series to Full Stack Web Development
2021-04-21How to use BEM for your CSS
2021-04-20How to make a pull request on an open source project
2021-04-19Coding a Custom usePaginationFetch React Hook Tutorial
2021-04-17React hooks are unintuitive... or maybe I'm just dumb
2021-04-16Coding a custom React hooks for form validation
2021-04-15Real world examples of recursion in web development
2021-04-10Helped a subscriber understand permutations recursive algorithm in Javascript
2021-04-07Why using the classnames library will clean up your react code
2021-04-06If you haven't used Cypress for E2E Testing, you're missing out
2021-04-05Adding GitHub Actions to your project will help you out
2021-04-04A lesson in refactoring react code: cleaning up a modal component
2021-04-03A High Level Overview of Server Side Sessions for Authentication
2021-04-016 Minute Overview of Implementing JWT Authentication



Tags:
web development
programming
coding
code
learn to code
tutorial
software engineering
react
reactjs
react.js
hooks
custom hooks
custom react hooks
custom fetch hook