Corbin Crutchley
they/them
Corbin is a staff software engineer with a passion for helping others. 💜 They're focused on ensuring that learning is open and fun. 🦄 They blog, livestream, code, and more to reach those goals to help others! 💅
-
Dev-ops
-
Developer
-
Author
-
Community Leader
-
Board Member
Achievements
-
It Keeps Going
Write a really long article
-
Collect 'em all
Author a collection of posts!
-
Team Player
Collaborate on an article with another author
Recent articles
View allLet's Write React Hooks From Scratch
July 29, 2025•1,191 words
Ever wondered how React's hooks function under-the-hood? Let's write our own implementation and find out together.
The History of React Through Code
July 7, 2025•10,461 words
Learn React's history using pragmatic code samples and deep dives. This journey reveals the consistent design in React's APIs stemming from the very beginning.
Next.js Promise Racing
June 30, 2025•357 words
Learn how you can use Next.js' and React's primitives to achieve a neat party trick: Conditionally show a loading spinner based on a given wait time.
Bundling
June 18, 2025•3,936 words
Bundling is the process of taking your source code and transforming it into a format that can be run in the browser. Let's learn more about it and how to apply it.