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

feat(util): add cell #570

Merged
merged 1 commit into from
Jul 29, 2022
Merged

feat(util): add cell #570

merged 1 commit into from
Jul 29, 2022

Conversation

NullVoxPopuli
Copy link
Owner

Taken from starbeam

@github-actions
Copy link
Contributor

github-actions bot commented Jul 29, 2022

Estimated impact to a consuming app, depending on which bundle is imported

js min min + gzip min + brotli
/index.js 12.5 kB 3.13 kB 1.28 kB 1.13 kB
├── core/class-based/index.js 4.1 kB 1.8 kB 883 B 761 B
├── core/function-based/index.js 5.72 kB 552 B 269 B 213 B
└── core/use.js 1.73 kB 415 B 256 B 203 B
/util/cell.js 1.93 kB 777 B 395 B 336 B
/util/debounce.js 2.64 kB 771 B 408 B 340 B
/util/ember-concurrency.js 5.17 kB 1.56 kB 745 B 632 B
/util/function-resource.js 216 B 154 B 123 B 87 B
/util/function.js 4.03 kB 1.78 kB 703 B 595 B
/util/helper.js 1.8 kB 303 B 218 B 177 B
/util/map.js 5.66 kB 2.38 kB 993 B 847 B
/util/remote-data.js 4.86 kB 1.75 kB 674 B 593 B

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jul 29, 2022

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: bad3c1e
Status: ✅  Deploy successful!
Preview URL: https://17f8feb6.ember-resources.pages.dev
Branch Preview URL: https://add-cell-util.ember-resources.pages.dev

View logs

@NullVoxPopuli NullVoxPopuli force-pushed the add-cell-util branch 2 times, most recently from ebc4c30 to 458c949 Compare July 29, 2022 12:18
This is a small util that provides a single tracked property
for easily creating tracked state within the function-based
resources.
@NullVoxPopuli NullVoxPopuli marked this pull request as ready for review July 29, 2022 13:43
@NullVoxPopuli NullVoxPopuli merged commit e892932 into main Jul 29, 2022
@NullVoxPopuli NullVoxPopuli deleted the add-cell-util branch July 29, 2022 13:43
@github-actions
Copy link
Contributor

🎉 This PR is included in version 5.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

1 participant