An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by kentcdodds

A curated list of projects in awesome lists by kentcdodds .

https://github.com/kentcdodds/cross-env

🔀 Cross platform setting of environment scripts

cross-env cross-platform environment macos unix variables windows

Last synced: 24 Oct 2025

https://github.com/kentcdodds/match-sorter

Simple, expected, and deterministic best-match sorting of an array in JavaScript

Last synced: 13 May 2025

https://github.com/kentcdodds/bookshelf

Build a ReactJS App workshop

epicreact-dev kcd-edu react

Last synced: 13 May 2025

https://github.com/kentcdodds/babel-plugin-macros

ðŸŽĢ Allows you to build simple compile-time libraries

babel babel-macros babel-plugin

Last synced: 23 Apr 2025

https://github.com/kentcdodds/use-deep-compare-effect

🐋 It's react's useEffect hook, except using deep comparison on the inputs, not reference equality

Last synced: 14 May 2025

https://github.com/kentcdodds/mdx-bundler

ðŸĶĪ Give me MDX/TSX strings and I'll give you back a component you can render. Supports imports!

esbuild mdx mdx-bundler

Last synced: 23 Apr 2025

https://github.com/kentcdodds/advanced-react-patterns-v2

Created with CodeSandbox

javascript kcd-edu react

Last synced: 27 Sep 2025

https://github.com/kentcdodds/babel-plugin-preval

ðŸĢ Pre-evaluate code at build-time

Last synced: 11 Apr 2025

https://github.com/kentcdodds/testing-workshop

A workshop for learning how to test JavaScript applications

e2e-tests end-to-end-testing integration-testing javascript kcd-edu testing unit-testing workshop

Last synced: 28 Sep 2025

https://github.com/kentcdodds/testing-react-apps

A workshop for testing react applications

epicreact-dev kcd-edu react testing

Last synced: 11 Apr 2025

https://github.com/kentcdodds/react-testing-library-course

Test React Components with Jest and React Testing Library on TestingJavaScript.com

kcd-edu react react-testing-library testing testingjavascript

Last synced: 16 May 2025

https://github.com/kentcdodds/advanced-react-patterns-v1

The course material for my advanced react patterns course on Egghead.io

kcd-edu

Last synced: 09 Apr 2025

https://github.com/kentcdodds/beginners-guide-to-react

The Beginner's Guide To ReactJS

kcd-edu react

Last synced: 16 May 2025

https://github.com/kentcdodds/kcd-scripts

CLI toolbox for common scripts for my projects

Last synced: 14 May 2025

https://github.com/kentcdodds/netlify-shortener

Your own free URL shortener with Netlify

Last synced: 14 May 2025

https://github.com/kentcdodds/stop-runaway-react-effects

🏃 Catches situations when a react use(Layout)Effect runs repeatedly in rapid succession

hooks react

Last synced: 14 May 2025

https://github.com/kentcdodds/old-kentcdodds.com

Kent's Homepage

Last synced: 16 May 2025

https://github.com/kentcdodds/ama

Ask me anything!

ama answers kentcdodds questions

Last synced: 28 Mar 2025

https://github.com/kentcdodds/ng-stats

Little utility to show stats about your page's angular digest/watches.

Last synced: 23 Mar 2025

https://github.com/kentcdodds/genie

Keyboard control for web applications (better than cryptic shortcuts). 3.5K minified & gzipped

Last synced: 13 Apr 2025

https://github.com/kentcdodds/js-testing-fundamentals

Fundamentals of Testing in JavaScript on TestingJavaScript.com

fundamentals javascript kcd-edu testing testingjavascript

Last synced: 12 Apr 2025

https://github.com/kentcdodds/dotfiles

Last synced: 08 Oct 2025

https://github.com/kentcdodds/jest-cypress-react-babel-webpack

Configure Jest for Testing JavaScript Applications and Install, Configure, and Script Cypress for JavaScript Web Applications on TestingJavaScript.com

kcd-edu testingjavascript

Last synced: 12 Apr 2025

https://github.com/kentcdodds/react-toggled

Component to build simple, flexible, and accessible toggle components

Last synced: 23 Mar 2025

https://github.com/kentcdodds/react-testing-library-examples

Created with CodeSandbox

Last synced: 11 Feb 2026

https://github.com/kentcdodds/testing-node-apps

Test Node.js Backends on TestingJavaScript.com

kcd-edu node testing testingjavascript

Last synced: 04 Apr 2025

https://github.com/kentcdodds/es6-workshop

A very hands on :open_hands: workshop :computer: about ES6 and beyond.

ecmascript es6-workshop javascript kcd-edu workshop

Last synced: 05 Apr 2025

https://github.com/kentcdodds/cloc

An npm module for distributing cloc by Al Danial

Last synced: 14 May 2025

https://github.com/kentcdodds/es6-todomvc

The vanillajs example converted to es6

kcd-archive kcd-edu

Last synced: 16 Mar 2025

https://github.com/kentcdodds/babel-plugin-codegen

ðŸ’Ĩ Generate code at build-time

Last synced: 07 Oct 2025

https://github.com/kentcdodds/eslint-config-kentcdodds

ESLint configuration for projects that I do... Feel free to use this!

eslint-config personal-config

Last synced: 16 May 2025

https://github.com/kentcdodds/kody

An experimental personal assistant platform built on Cloudflare Workers and MCP

Last synced: 19 Jul 2026

https://github.com/kentcdodds/js-mocking-fundamentals

JavaScript Mocking Fundamentals on TestingJavaScript.com

kcd-edu mocking testing testingjavascript

Last synced: 04 Apr 2025

https://github.com/kentcdodds/asts-workshop

Improved productivity ðŸ’Ŋ with the practical ðŸĪ“ use of the power 💊 of Abstract Syntax Trees ðŸŒģ to lint ⚠ïļ and transform 🔀 your code

abstract-syntax-tree asts babel codemod eslint javascript kcd-edu workshop

Last synced: 06 Oct 2025

https://github.com/kentcdodds/advanced-react-patterns

Learn how to build simple and flexible React Components and Hooks using modern patterns

Last synced: 11 Sep 2025

https://github.com/kentcdodds/express-app-example

How I structure Express Apps (example repo)

expressjs kcd-edu nodejs

Last synced: 09 Apr 2025

https://github.com/kentcdodds/webpack-config-utils

Utilities to help your webpack config be easier to read

Last synced: 04 Apr 2025

https://github.com/kentcdodds/react-fundamentals

Material for my React Fundamentals Workshop

epicreact-dev kcd-edu react workshop

Last synced: 15 May 2025

https://github.com/kentcdodds/dom-testing-library-with-anything

Use DOM Testing Library to test any JS framework on TestingJavaScript.com

kcd-edu testingjavascript

Last synced: 25 Jul 2025

https://github.com/kentcdodds/learn-react

Learn React with a laser focused, guided approach.

javascript kcd-edu react

Last synced: 02 Jun 2026

https://github.com/kentcdodds/static-testing-tools

Static Analysis Testing JavaScript Applications on TestingJavaScript.com

kcd-edu testingjavascript

Last synced: 05 Apr 2025

https://github.com/kentcdodds/modern-react

workshop about React's hottest new features in 16.7.0

kcd-edu

Last synced: 07 May 2025

https://github.com/kentcdodds/react-ava-workshop

:tiger: A workshop repository for testing React ⚛ with AVA :rocket: --> slides

kcd-edu

Last synced: 26 Jul 2025

https://github.com/kentcdodds/remix-todomvc

An Implementation of TodoMVC with Remix

Last synced: 14 Jun 2025

https://github.com/kentcdodds/starwars-names

Get a random Star Wars name

Last synced: 04 Apr 2025

https://github.com/kentcdodds/import-all.macro

A babel-macro that allows you to import all files that match a glob

Last synced: 05 Apr 2025

https://github.com/kentcdodds/rtl-css-js

RTL for CSS in JS

Last synced: 07 Oct 2025

https://github.com/kentcdodds/react-workshop-app

An abstraction for all my React workshops

Last synced: 06 Apr 2025

https://github.com/kentcdodds/generator-kcd-oss

A yeoman generator for my open source modules

Last synced: 10 Apr 2025

https://github.com/kentcdodds/app-dev-tools

An example of how to create and hook up App DevTools to improve your development productivity of your application

kcd-edu

Last synced: 12 Jul 2025

https://github.com/kentcdodds/react-hooks-and-suspense-egghead-playlist

This is the code for the egghead playlist "React Hooks and Suspense"

kcd-edu react

Last synced: 15 Apr 2025

https://github.com/kentcdodds/preval.macro

Pre-evaluate code at build-time with babel-macros

Last synced: 06 Apr 2025

https://github.com/kentcdodds/kcd-learning-clubs-ideas

📍 Ideas for curriculum and schedule templates for KCD Learning Clubs

Last synced: 06 Jan 2026

https://github.com/kentcdodds/modern-javascript

Get up to speed on the latest, most useful JavaScript features to level up your programming

javascript kcd-edu

Last synced: 15 Apr 2025

https://github.com/kentcdodds/split-guide

A tool to help generate code for workshop repositories

Last synced: 25 Oct 2025

https://github.com/kentcdodds/remix-tutorial-walkthrough

I live streamed working through the Remix Jokes App Tutorial

kcd-edu remix

Last synced: 15 Apr 2025

https://github.com/kentcdodds/nps-utils

Utilities for http://npm.im/nps (npm-package-scripts)

command-line javascript package-scripts scripts utilities

Last synced: 06 Apr 2025

https://github.com/kentcdodds/glamorous-website

This is still a work in progress

Last synced: 28 Mar 2025

https://github.com/kentcdodds/jest-glamor-react

Jest utilities for Glamor and React

css-in-js glamor javascript jest react snapshots testing

Last synced: 09 Apr 2025

https://github.com/kentcdodds/react-hooks-pitfalls

The slides and code examples for my talk "React Hook Pitfalls"

kcd-edu react reacthooks slides

Last synced: 10 Jul 2025

https://github.com/kentcdodds/webpack-validator-deprecated

Use this to save yourself some time when working on a webpack configuration.

Last synced: 15 Sep 2025

https://github.com/kentcdodds/fakebooks-remix

The Remix version of the fakebooks app demonstrated on https://remix.run. Check out the CRA version: https://github.com/kentcdodds/fakebooks-cra

Last synced: 08 Mar 2026

https://github.com/kentcdodds/react-hooks

Learn React Hooks! ðŸŽĢ ⚛

epicreact-dev kcd-edu react

Last synced: 04 Apr 2025

https://github.com/kentcdodds/advanced-react-hooks

Learn Advanced React Hooks workshop

Last synced: 20 Aug 2025

https://github.com/kentcdodds/epic-ai

The Epic Stack + OpenAI chat completion API example

epic-stack epic-stack-example

Last synced: 23 Apr 2025

https://github.com/kentcdodds/.kenv

Last synced: 05 Mar 2025

https://github.com/kentcdodds/css-in-js-precompiler

WORK IN PROGRESS: Precompiles CSS-in-JS objects to CSS strings

babel css-in-js make-alex-happy

Last synced: 23 Apr 2025

https://github.com/kentcdodds/cypress-testing-workshop

A workshop for learning how to write cypress tests

Last synced: 23 Apr 2025

https://github.com/kentcdodds/why-react-hooks

Talk about React hooks

kcd-edu

Last synced: 08 Mar 2026

https://github.com/kentcdodds/repeat-todo

A simple app I made for my wife

Last synced: 23 Apr 2025

https://github.com/kentcdodds/binode

Last synced: 07 May 2025

https://github.com/kentcdodds/react-performance

React is fast, until it isn't

Last synced: 22 Apr 2025

https://github.com/kentcdodds/airtable-netlify-short-urls

There's a simpler version using Netlify redirects instead of Airtable here

Last synced: 18 Jul 2025

https://github.com/kentcdodds/talks

A repo with links to talks that I've given

Last synced: 15 Apr 2025

https://github.com/kentcdodds/argv-set-env

Set environment variables in npm scripts

Last synced: 14 Jul 2025

https://github.com/kentcdodds/concurrent-react

React Suspense Egghead course

Last synced: 01 Apr 2026

https://github.com/kentcdodds/react-test-context-provider

A function that allows you to specify context to pass to a child component (intended for testing only).

Last synced: 15 Apr 2025

https://github.com/kentcdodds/podcastify-dir

Take a directory of audio files and syndicate them with an rss feed

Last synced: 22 Apr 2025

https://github.com/kentcdodds/workshop-setup

Verify and setup a repository for workshop attendees

Last synced: 22 Apr 2025

https://github.com/kentcdodds/typing-for-kids

A little app I made for my kids for Christmas :)

Last synced: 30 Aug 2025