
Security News
n8n Tops 2025 JavaScript Rising Stars as Workflow Platforms Gain Momentum
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.
@kentcdodds/react-workshop-app
Advanced tools
An abstraction for all my React workshops
I have several repositories for my React workshops
This is a set of common abstractions I found useful in those workshop repositories
This module is distributed via npm which is bundled with node and
should be installed as one of your project's dependencies:
npm install --save @kentcdodds/react-workshop-app
This is intended to be used with create-react-app (but it doesn't have to be).
// src/index.js
import codegen from 'codegen.macro'
// eslint-disable-next-line
codegen`module.exports = require('@kentcdodds/react-workshop-app/codegen')`
// src/setupTests.js
import '@kentcdodds/react-workshop-app/setup-tests'
Then you'll need to have those directories set up. Probably easiest to look at one of my repos that use this.
Looking to contribute? Look for the Good First Issue label.
Please file an issue for bugs, missing documentation, or unexpected behavior.
Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioritize what to work on.
Thanks goes to these people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT
FAQs
An abstraction for all my React workshops
The npm package @kentcdodds/react-workshop-app receives a total of 141 weekly downloads. As such, @kentcdodds/react-workshop-app popularity was classified as not popular.
We found that @kentcdodds/react-workshop-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.

Security News
crates.io adds a Security tab backed by RustSec advisories and narrows trusted publishing paths to reduce common CI publishing risks.