Master Custom React Hooks with TypeScript

Learn how to build an advanced React Hook with TypeScript, you will start from a blank editor and end with a complete and published open-source npm package. This course contains 19 lessons, each complete with live coding examples for students to study and build upon. By the end of the course, you'll have built an extremely clean React Hook and published it to npm with multiple features, documentation, and a fully interactive example site. Along the way, you'll also learn best practices around using TypeScript with React Hooks.

  • 5.0 / 5 (1 rating)
  • Published
  • Updated
On demand video

2 hrs 20 mins

Video Lessons

19 Videos

Coding Exercises

20 Exercises

Course Instructor
Avatar Image

Chris Frewin

๐Ÿ‘จโ€๐Ÿ’ปSenior full stack software engineer. ๐Ÿ Austria/USA ๐Ÿบ Homebrewer โ›ท๐Ÿƒโ€ Outdoorsman ๐Ÿ“ˆ๐Ÿ“‰ NASDAQ Futures & Options Trader ๐ŸŽจ Artist ๐ŸŽธ Musician

How The Course Works

Course Structure:

  • Module Breakdown: Dive into a comprehensive 4-module online course, each meticulously crafted to guide you through the process of building a React Hook npm package using TypeScript from scratch.
  • Learn Anywhere: Embrace the flexibility of remote learning. This course is designed to be accessible from anywhere, allowing you to sharpen your skills in the comfort of your chosen workspace.
  • Self-Paced Journey: Take control of your learning experience. With a self-paced approach, you have the freedom to progress through the material at your own convenience, ensuring a learning journey that aligns with your schedule.
  • Community Learning: Join a community of fellow learners. Engage in discussions, share insights, and collaborate with other students to enrich your understanding and build a network of like-minded professionals.
  • Structured Learning: Experience a cohesive and structured curriculum that facilitates a deep dive into the intricacies of React Hooks and TypeScript. No fluff, just a focused and systematic approach to enhancing your skills.

Embark on this educational journey at your own pace, surrounded by a community of learners, and discover the art of crafting custom React Hook npm packages. Let's build together.

01Remote

You can take the course from anywhere in the world, as long as you have a computer and an internet connection.

02Self-Paced

Learn at your own pace, whenever it's convenient for you. With no rigid schedule to worry about, you can take the course on your own terms.

03Community

Join a vibrant community of other students who are also learning with Master Custom React Hooks with TypeScript. Ask questions, get feedback and collaborate with others to take your skills to the next level.

04Structured

Learn in a cohesive fashion that's easy to follow. With a clear progression from basic principles to advanced techniques, you'll grow stronger and more skilled with each module.

Course Preview

What You Will Build In This Course

Course Overview

Build Powerful React Hooks with TypeScript

What you will learn
  • How to craft custom React Hooks using TypeScript

  • Importance of the full lifecycle (mount, unmount, and more) of React Hooks

  • How to integrate TypeScript types with custom React Hooks

  • What problems TypeScript with React Hooks can solve

  • How to create a community-ready custom React Hook package that is a joy to use

  • How to add basic functionalities including Title Looping, Packaging the Module using Roolup, and Cleaning Up and Refactoring just to name a few.

  • How to add advanced functionalities including the immplementation of Cascading Letter, Marquee, Favicon Modification, Interval Time as a Hook Parameter, and Should Always Plas as Hook Parameter just to name a few.

  • How to implement optimization such as Custom Types, Development-only Warning Logger, preventing concurent usages of the Hook, restoring origional values on Refocus and Unmount, and more.

Master the Art of Building Advanced React Hooks with TypeScript

Welcome to "Master Custom React Hooks with TypeScript," a comprehensive online course designed to elevate your skills in React development, more preciesly in creating Custom React Hooks with TypeScript. Led by seasoned software engineer Chris Frewin, this course dives into the intricacies of building custom and open-source React Hooks using TypeScript.

Why React Hooks are Such a Pain to Learn

Learning React Hooks can be a formidable journey, especially for seasoned engineers venturing into new territories. Add TypeScript to the mix and the challenge becomes even greater. Here are common challenges you may have encountered:

  • The official React documentation is infamous for its lack of complex examples, and it's even harder to find production-ready examples using both React and TypeScript combined.
  • The intricacies of React Hooks and TypeScript may seem daunting, leading to a sense of overwhelm as you navigate through the complexities of these technologies.
  • Integrating TypeScript seamlessly with React and understanding how to leverage it effectively can be a puzzle, causing frustration for those aiming to build robust applications.
  • Mastering state management with React Hooks requires a deep understanding of React fundamentals. Many face challenges in effectively utilizing useState, useEffect, and other hooks for optimal application performance. One of these most famous pitfalls is the infinite re-render loop that can occur when using useEffect.

How This Course Helps

This course addresses these frustrations head-on, providing you with practical lessons filled with code implementations based on real-world experience to navigate the complexities of React Hooks and TypeScript with confidence.

Why Invest Your Time in React Hooks and TypeScript Now?

In the dynamic landscape of software development, staying current is crucial. Here's why learning React Hooks and TypeScript is not just beneficial but essential for software engineers like yourself:

  1. React with React Hooks and TypeScript reigns as the Gold Standard of Web Development: Even today, React is still oen of the most popular JavaScript frontend framework. By mastering React Hooks and TypeScript, you position yourself at the forefront of modern web development, ensuring your skill set aligns with the latest industry standards.
  2. Enhanced Developer Productivity: TypeScript's static typing and React's declarative approach can significantly boost your productivity, allowing you to catch errors early and streamline your development workflow.
  3. Industry Demand: Employers increasingly seek developers well-versed in React Hooks and TypeScript. Adding these skills to your arsenal makes you a sought-after professional in today's competitive job market.
  4. Optimized Application Performance: React Hooks provide a more efficient and scalable way to manage state and side effects, contributing to the creation of high-performance applications that meet user expectations.
  5. Community Support and Resources: The React and TypeScript communities are thriving. Learning these technologies now means tapping into a vast pool of resources, support forums, and collaborative opportunities.

Investing your time in mastering React Hooks and TypeScript not only equips you with cutting-edge skills but also positions you for success in the ever-evolving field of software development allowing you to join the ranks of forward-thinking developers embracing these technologies.

Course Content Overview

Course Overview: Total Modules: 4 Total Lessons: 19 Total Video Runtime: 2 hours, 19 minutes

reacttypescript

Our students work at

  • salesforce-seeklogo.com.svgintuit-seeklogo.com.svgAdobe.svgDisney.svgheroku-seeklogo.com.svgAT_and_T.svgvmware-seeklogo.com.svgmicrosoft-seeklogo.com.svgamazon-seeklogo.com.svg
sample bg image url

Sample Course Lessons

Course Syllabus and Content

In Master Custom React Hooks with TypeScript, you will learn everything you need to start โ€” completely from scratch โ€” to publishing a fully-fledged React Hook built with Typescript, including a variety of complex features, detailed documentation, and a fully interactive example site. The course spans 4 modules with a total of 19 lessons and over 2 hours of video content. Here's a preview of what you'll learn in each module:

Module 1

Building the First Functionalities of the react-use-please-stay Hook

7 Lessons 44 Minutes

In this module, you'll focus on scaffolding all the tooling, building, and an example app to test your hook.

Module 2

Adding Advanced Functionalities to react-use-please-stay

5 Lessons 28 Minutes

In this module, you'll build more complex functionalities like changing the document title in advanced ways and even altering the favicon.

Module 3

Finishing Touches and Optimizations

5 Lessons 43 Minutes

In this module, you'll go through some optimizations and improvements to make a truly state-of-the-art React Hook package, and publish it to npm.

Module 4

Finalizing and Publishing the Example App

2 Lessons 24 Minutes

In this module, you'll publish the example app to double as a live example of the hook running, as well as a complete documentation site.

Meet the Course Instructor

Chris Frewin

Chris Frewin

Chris Frewin is a seasoned senior full-stack software engineer and the visionary behind the react-use-please-stay Hook, a project that has garnered nearly 150 stars on GitHub. As a software educator, Chris has impacted over 100,000 readers through his in-depth articles on Medium, and his teaching prowess extends to platforms like Udemy and Skillshare, where more than 3000 students have benefited from his expertise.

With a solid academic foundation, including degrees in Mechanical Engineering and Physics from Clarkson University, coupled with a Master's from Cornell University, Chris brings a unique blend of academic excellence and real-world experience. His current role as Principal Engineer at Full Stack Craft LLC, specializing in fintech and software education, demonstrates his commitment to staying at the forefront of the ever-evolving tech landscape.

Aside from his custom React Hook project, Chris has also built software in various professional settings, from large logistics warehouse applications to mobile app-based startups. Chris' diverse experience ensures students practical insights and industry-relevant knowledge throughout the course. Choose a course led by Chris Frewin for an unparalleled learning experience in React Hooks and TypeScript.

Start Building Powerful React Hooks with TypeScript like react-use-please-stay

Organize and abstract away complexity with React Hooks.

One-Time Purchase

Get lifetime access to this course

$39$49$10.00 off
Master Custom React Hooks with TypeScript
  • 19 Video Lessons on React and TypeScript
  • Interactive, Live Project Demos
  • Complete Project Source Code
  • Discord Community Access
  • Full Transcripts
  • Money Back Guarantee

newline Pro Subscription

$18/MO

Get unlimited access to the course, plus 60+ newline books, guides and courses. Learn More

Master Custom React Hooks with TypeScript

Billed annually or $30/mo billed monthly. Free to cancel anytime.

  • 19 Video Lessons on React and TypeScript
  • Interactive, Live Project Demos
  • Complete Project Source Code
  • Discord Community Access
  • Full Transcripts
  • Money Back Guarantee

Plus:

  • Unlimited access to 60+ newline Books, Guides and Courses
  • Interactive, Live Project Demos for Every newline Book, Guide and Course
  • Complete Project Source Code for Every newline Book, Guide and Course
  • Best Value ๐Ÿ†

Frequently Asked Questions

What is Master Custom React Hooks with TypeScript?

Master Custom React Hooks with TypeScript is an online course designed for intermediate to senior software engineers seeking to enhance their skills in React development. Led by Chris Frewin, the course focuses on building a custom React Hook npm package using TypeScript, providing practical insights and hands-on experience.

Who is this course for?

This course is tailored for intermediate to senior software engineers with a solid foundation in JavaScript and React fundamentals. If you're eager to deepen your understanding of React Hooks and TypeScript, especially in the context of building custom npm packages, this course is ideal for you. Whether you're working on large codebases or aspiring to elevate your React development skills, this course provides valuable insights.

What if I don't like the course?

We strive to deliver quality content, but if the course doesn't meet your expectations, we offer a 30-day money-back guarantee. We understand that learning preferences vary, and your satisfaction is our priority. Simply reach out to our support team within 30 days of enrollment, and we'll process your refund without any hassle.

How long do I have access to the course materials?

Upon enrollment, you have lifetime access to the course materials. This allows you to revisit the content at your own pace, reinforcing your learning and staying updated with any additional resources or updates.

Can I take this course if I'm not familiar with TypeScript?

While some familiarity with TypeScript is beneficial, the course is designed to accommodate learners with varying levels of experience. Chris Frewin provides a structured approach, guiding you through TypeScript integration with React Hooks, ensuring a comprehensive learning experience.

Is this course suitable for beginners in React?

This course is best suited for intermediate to senior software engineers with prior experience in JavaScript and React fundamentals. If you're new to React, we recommend gaining a foundational understanding before diving into this advanced course.

How is the course structured?

Craft a Custom React Hook npm Package with React and TypeScript is divided into 4 modules, comprising 19 video lessons with a total runtime of 2 hours and 22 minutes. The self-paced structure allows you to progress through the content at your convenience.

Will I have the opportunity to interact with other students?

Yes, the course includes a community learning aspect where you can engage in discussions, share insights, and collaborate with other students. This collaborative environment enhances your learning experience by providing diverse perspectives and opportunities for networking.

How does this course compare to other React Hooks and TypeScript courses?

Chris Frewin's unique blend of professional experience, educational background, and hands-on teaching approach sets this course apart. With a focus on practical applications and real-world scenarios, this course provides a comprehensive and relevant learning experience for senior software engineers.

Can I use the react-use-please-stay hook in my own projects after taking this course?

Absolutely! By the end of the course, you will not only have a deep understanding of React Hooks and TypeScript but also a custom npm package, the react-use-please-stay hook, that you can integrate into your projects.

Can I access the course on my mobile device?

Yes, the course is fully responsive and can be accessed on your mobile device.

Is there a certificate upon completion of the course?

Yes, upon completing the course, you will receive a certificate of completion. This certification is a testament to your commitment to advancing your skills in React development with a focus on custom hooks and TypeScript.

Can I download the course videos?

No, the course videos cannot be downloaded, but they can be accessed online at any time.

What if I need help?

You can ask us questions anytime through the community Discord channel or by sending us a message.

What kind of support is available during the course?

Our support team is here to assist you with any queries or concerns you may have during your learning journey. Whether it's technical assistance or general inquiries about the course content, we're dedicated to ensuring you have a smooth and enriching learning experience.

Master Custom React Hooks with TypeScript

$39

$49