finds.dev← search

// the find

gopinav/React-Tutorials

★ 799 · JavaScript · updated Jul 2023

Source code related to the YouTube tutorial series

Source code companion to a YouTube React tutorial series covering fundamentals, hooks, and HTTP. Each topic is a self-contained CRA project you clone and run alongside the video. Aimed at beginners working through structured React content for the first time.

Each concept is isolated in its own project — you don't wade through unrelated code to find the useCallback example. The hooks section covers the full set (useState, useEffect, useReducer, useRef, useMemo, useCallback, useContext, custom hooks) with side-by-side class/hook comparisons that make the migration story concrete. The directory naming is self-documenting enough that you can navigate without the video.

Last commit was July 2023 and it's still on Create React App, which is unmaintained and will throw deprecation warnings immediately on install — not a great experience for someone just starting out. Everything uses class components or early hooks patterns; no concurrent features, no Suspense, nothing from the last two years of React. The repo is purely a video supplement with no standalone README or explanations, so it's close to useless without the YouTube series. 750 forks to 800 stars suggests most people are just cloning for the course homework, not referencing it as a resource.

View on GitHub →

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →