redux-fundamentals-workshop-exercises icon indicating copy to clipboard operation
redux-fundamentals-workshop-exercises copied to clipboard

Exercises for my Redux Fundamentals workshop

Results 2 redux-fundamentals-workshop-exercises issues
Sort by recently updated
recently updated
newest added
trafficstars

The first of these tests is failing in /exercises-final and I don't think the second one is testing what it should be. In the first test, I'm not sure what...

The final test in 00-reducers/03-combined-reducer incorrectly makes an assertion against a state variable (which is undefined). I believe the assertion should be made against the rootReducerInitialState variable. This pull request...