-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add FluxUiComponent / FluxUiStatefulComponent #10
Conversation
RavenNumber of Findings: 0 |
Current coverage is 97.02% (diff: 100%)@@ 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
|
There was a problem hiding this 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> { |
There was a problem hiding this comment.
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() { |
There was a problem hiding this comment.
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'; |
There was a problem hiding this comment.
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
+1 |
RM +1 manually reviewed dependencies. |
Add FluxUiComponent / FluxUiStatefulComponent
CPLAT-5950 Setup basic files
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