Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FluxUiComponent / FluxUiStatefulComponent #10

Merged
merged 2 commits into from
Oct 26, 2016

Conversation

aaronlademann-wf
Copy link
Contributor

Integrating the two components that can be used to build OverReact components that talk to w_flux!


FYA @greglittlefield-wf @jacehensley-wf @clairesarsam-wf @joelleibow-wf

@aviary-wf
Copy link

Raven

Number of Findings: 0

@codecov-io
Copy link

codecov-io commented Oct 26, 2016

Current coverage is 97.02% (diff: 100%)

Merging #10 into master will increase coverage by 0.05%

@@             master        #10   diff @@
==========================================
  Files            26         27     +1   
  Lines          1186       1205    +19   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1150       1169    +19   
  Misses           36         36          
  Partials          0          0          

Sunburst

Powered by Codecov. Last update c2824c1...bf6f27c

Copy link
Contributor

@jacehensley-wf jacehensley-wf left a comment

Choose a reason for hiding this comment

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

Few small things otherwise looks good

}

@Component()
class BazComponent extends FluxUiStatefulComponent<BazProps> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this also take BazState as a param?

});
}

componentWillUnmount() {
Copy link
Contributor

Choose a reason for hiding this comment

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

#nit should be void

@@ -14,7 +14,9 @@

library over_react.component_declaration.transformer_helpers;

import 'dart:html';
Copy link
Contributor

Choose a reason for hiding this comment

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

Should have a new line after this import

@jacehensley-wf
Copy link
Contributor

+1

@colefeisthamel-wf
Copy link

RM +1 manually reviewed dependencies.

clairesarsam-wf pushed a commit to clairesarsam-wf/over_react that referenced this pull request Jan 6, 2017
Add FluxUiComponent / FluxUiStatefulComponent
greglittlefield-wf pushed a commit that referenced this pull request Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants