Single-page flashcard application to help you study!
npm install
npm run dev
Go to:
http://localhost:8080
npm test
or,
npm run test:watch
-
I learned you have to return state in its original form, for example, if it's an object with keys that contain more objects, make sure you're returning new state in exactly this form; otherwise you might run into error where container is receiving
undefined
state and component does not get re-rendered. -
Similarly, sometimes when you pass a payload with 2 objects, you might have to put it in 1 object as a wrapper
React
Redux
ES6
Node.js
Babel
Mocha
Chai
Webpack
Bootstrap
Material-ui