scrimba
React Bootcamp Course
Plain JS Redux - Action Creators
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Plain JS Redux - Action Creators
AboutCommentsNotes
Plain JS Redux - Action Creators
Expand for more info
index.js
run
preview
console
const redux = require("redux")

const action = {
type: "INCREMENT"
}
Console
/index.html
-1:14