Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Feature/react easy state#44

Open
FDiskas wants to merge 5 commits intomasterfrom
feature/react-easy-state
Open

Feature/react easy state#44
FDiskas wants to merge 5 commits intomasterfrom
feature/react-easy-state

Conversation

@FDiskas
Copy link
Member

@FDiskas FDiskas commented Apr 8, 2018

No description provided.

Vytenis Kučiauskas added 2 commits April 2, 2018 13:36
Replace redux with react-easy-state

BREAKING CHANGE: Redux is removed
@FDiskas FDiskas changed the base branch from master to develop April 8, 2018 20:14
@FDiskas FDiskas changed the base branch from develop to master April 8, 2018 20:57
…nfq-eta/react-typescript into feature/react-easy-state

# Conflicts:
#	package.json
@codecov
Copy link

codecov bot commented Apr 8, 2018

Codecov Report

Merging #44 into master will increase coverage by 30.07%.
The diff coverage is 72.72%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #44       +/-   ##
===========================================
+ Coverage   65.64%   95.71%   +30.07%     
===========================================
  Files          19       12        -7     
  Lines         195       70      -125     
  Branches       18       13        -5     
===========================================
- Hits          128       67       -61     
+ Misses         67        2       -65     
- Partials        0        1        +1
Impacted Files Coverage Δ
src/client/pages/demo/DemoPage.tsx 100% <ø> (ø) ⬆️
...c/client/components/checkbox/CheckBoxComponent.tsx 100% <100%> (ø) ⬆️
src/client/containers/AppContainer.tsx 77.77% <60%> (-18.89%) ⬇️
src/client/core/store/index.tsx 75% <75%> (ø)
src/client/components/header/HeaderComponent.tsx 100% <0%> (ø) ⬆️
src/client/layouts/default/DefaultLayout.tsx 100% <0%> (ø) ⬆️
src/client/core/routes.tsx 100% <0%> (ø) ⬆️
...ient/components/navigation/NavigationComponent.tsx 100% <0%> (ø) ⬆️
src/client/pages/login/LoginPage.tsx 100% <0%> (ø) ⬆️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 862f22f...eedf75a. Read the comment docs.

…nfq-eta/react-typescript into feature/react-easy-state

# Conflicts:
#	package.json
handleAdd = () => {
this.props.addAction({
id: uniqId(),
store.foo = store.foo == 'clicked' ? 'click me' : 'clicked';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be ===

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants