/React-Jokes-Classes

Springboard 41.3: React Classes

Primary LanguageJavaScript

Initialization

npm install && npm start

This was an exercise in backwards-writing class-based React.

In Joke.js and JokeList.js, the commented out code uses hooks and functions, and the main code uses the older react class components.