Snippets
Inspired by Josh W. Comeau's blog, this is a collection of my code snippets that you can look at for inspiration or copy/paste at will.
Name | Description | Category |
---|---|---|
indexByKey() | Description: A function to turn an array of objects into an object, indexed by the chosen key | Category: JavaScript |
randomRGB() | Description: Function to generate random rgb() strings | Category: JavaScript |
inflect() | Description: Function used to choose the correct form of a word, singular or plural | Category: JavaScript |
usePrevious() | Description: Hook for storing and getting a previous value | Category: React Hooks |
compose() & pipe() | Description: Functions for composing other functions | Category: JavaScript |
Let's talk some more about JavaScript, React, and software engineering.
I write a newsletter to share my thoughts and the projects I'm working on. I would love for you to join the conversation. You can unsubscribe at any time.

Data Structures and Algorithms
Check out my courses!
Liked the post? You might like my video courses, too. Click the button to view this course or go to Courses for more information.