issues
search
warsawjs
/
topics-manager
App for choosing subjects and signing up as trainers for workshops
MIT License
10
stars
1
forks
source link
feat: add base logic for getting Topics via redux
#11
Closed
kgajowy
closed
6 years ago
kgajowy
commented
6 years ago
Added:
eslint rules to jest
added thunk to have more powerful dispatching (redux-observable does not support redux v4 :(
made the state as it should be (divided into props per feature/part of app) instead of 'global')
TopicContainer tests (with actions mocking)
TopicReducer Tests
ActivityIndicator
Topic's actions specs
Added: