Skip to content

Commit

Permalink
refactor(youtube-player): simplify component internals
Browse files Browse the repository at this point in the history
The `youtube-player` component was set up to use long rxjs chains everywhere which made it difficult to reason about and unnecessarily complex. This complexity would've prevented us from adding new features to it.

These changes reduce the component by ~30% while preserving its behavior and making it easier to reason about.
  • Loading branch information
crisbeto committed Oct 17, 2023
1 parent cf124b3 commit 9ba59dd
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 414 deletions.
Loading

0 comments on commit 9ba59dd

Please sign in to comment.