Socket
Book a DemoInstallSign in
Socket

@kentcdodds/react-workshop-app

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kentcdodds/react-workshop-app

An abstraction for all my React workshops

latest
Source
npmnpm
Version
6.0.2
Version published
Maintainers
1
Created
Source

@kentcdodds/react-workshop-app

An abstraction for all my React workshops

Build Status Code Coverage version downloads MIT License All Contributors PRs Welcome Code of Conduct

The problem

I have several repositories for my React workshops

This solution

This is a set of common abstractions I found useful in those workshop repositories

Table of Contents

Installation

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

Usage

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.

Issues

Looking to contribute? Look for the Good First Issue label.

🐛 Bugs

Please file an issue for bugs, missing documentation, or unexpected behavior.

See Bugs

💡 Feature Requests

Please file an issue to suggest new features. Vote on feature requests by adding a 👍. This helps maintainers prioritize what to work on.

See Feature Requests

Contributors ✨

Thanks goes to these people (emoji key):

Kent C. Dodds
Kent C. Dodds

💻 📖 🚇 ⚠️
Wojciech Matuszewski
Wojciech Matuszewski

💻 ⚠️
Zac Jones
Zac Jones

💻
Marco Moretti
Marco Moretti

💻 ⚠️
Amr A.Mohammed
Amr A.Mohammed

💻
Gustavo Borges Michel
Gustavo Borges Michel

🐛
Joyancefa
Joyancefa

💻
Markus Lasermann
Markus Lasermann

💻 ⚠️
Marc-Antoine Ferland
Marc-Antoine Ferland

💻
Peter Hozák
Peter Hozák

💻 ⚠️
Dan Overton
Dan Overton

💻
Artem Zakharchenko
Artem Zakharchenko

💻
0xnoob
0xnoob

🐛
Joey Cardosi
Joey Cardosi

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

LICENSE

MIT

FAQs

Package last updated on 17 Oct 2022

Did you know?

Socket

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.

Install

Related posts