finds.dev← search

// the find

coryhouse/reactjsconsulting

★ 374 · JavaScript · updated Apr 2024

React Related Resources

A collection of companion apps for Cory House's Pluralsight React courses. Not a library, not a framework — just the working code that goes alongside paid video training. If you're not taking those courses, there's nothing here for you.

The Redux example app is a decent reference for the 2019-era pattern: separate dev/prod store configs, action type constants, and both Enzyme and React Testing Library tests side by side so you can compare the two approaches. The dev-environment starter includes Storybook, CSS Modules, SCSS, and a json-server mock API all wired together, which saves setup time for a workshop. The TypeScript app includes Cypress integration tests alongside unit tests, which is more complete than most course starters.

Everything here targets Node 10 and React patterns from 2019 — class components, legacy Redux (no RTK), Create React App with custom Webpack configs, Enzyme. None of this reflects how React apps are built today and following it will teach habits you'll need to unlearn. The README asks you to install things 'before the event', which is about as clear as it gets that this isn't meant to stand alone. There are no explanatory comments or docs beyond the course context, so reading the code cold tells you what but not why.

View on GitHub → Homepage ↗

// 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 →