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

Subviews #32

Merged
merged 9 commits into from Mar 19, 2018
Merged

Subviews #32

merged 9 commits into from Mar 19, 2018

Conversation

okwolf
Copy link
Owner

@okwolf okwolf commented Mar 9, 2018

Supporting lazy components/subviews by wiring them in as-needed.

@okwolf okwolf added this to the 0.7.0 milestone Mar 9, 2018
@okwolf okwolf added the FEATURE label Mar 9, 2018
@codecov
Copy link

codecov bot commented Mar 10, 2018

Codecov Report

Merging #32 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #32   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines         138    141    +3     
  Branches       14     15    +1     
=====================================
+ Hits          138    141    +3
Impacted Files Coverage Δ
src/withFx.js 100% <100%> (ø) ⬆️

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 167a4cc...e2de158. Read the comment docs.

@okwolf okwolf self-assigned this Mar 10, 2018
package.json Outdated
@@ -15,7 +15,7 @@
"babel-preset-env": "^1.6.1",
"eslint": "^4.18.2",
"eslint-plugin-compat": "^2.2.0",
"hyperapp": "^1.1.2",
"hyperapp": "hyperapp/hyperapp",
Copy link
Owner Author

Choose a reason for hiding this comment

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

Remember to change this when the official release is made.

package.json Outdated
@@ -30,7 +30,8 @@
"bundle": "rollup -i src/index.js -o dist/fx.js -m -f umd -n fx",
"minify": "uglifyjs dist/fx.js -o dist/fx.js -mc pure_funcs=['Object.defineProperty'] --source-map includeSources,url=fx.js.map",
"check": "npm run format:check && npm run lint && npm t",
"build": "npm run check && npm run bundle && npm run minify",
"build:hyperapp": "cd node_modules/hyperapp && npm i && npm run bundle",
Copy link
Owner Author

Choose a reason for hiding this comment

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

Remove this when pulling in new release.

@okwolf okwolf merged commit f776401 into master Mar 19, 2018
@okwolf okwolf deleted the subview branch March 19, 2018 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant