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

refactor: create useItemMediaPresentation composable #2452

Merged
merged 4 commits into from
Oct 15, 2024

Conversation

rwd
Copy link
Contributor

@rwd rwd commented Oct 11, 2024

with global refs and computed properties for current item's media presentation, to be shared by components that use it

following the pattern from Vue.js - State Management

  • alleviates prop drilling
  • acts as SSOT for media presentation data provision
  • reduces data manipulation logic in components

@rwd rwd marked this pull request as ready for review October 14, 2024 13:05
Copy link

Preview deployment: https://pr-2452.portal-js.dev.eanadev.org/

Copy link

@lbiedinger lbiedinger merged commit 449e37f into master Oct 15, 2024
29 checks passed
@lbiedinger lbiedinger deleted the refactor/useItemMediaPresentation-composable branch October 15, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants