Convert isSpeaking from a HOC to an event listener
Repository details (talkie)
- Project page
- talkie
- Project log category
- talkie (708 entries)
- Repository
- @joelpurra/talkie
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- ⏲️ This project has had recent commits.
- 📂 This project is open.
- 🌠 This project is popular.
- Repository activity period
- 🗓—
- Commits
- 751 commits
- Stars
- 71 stars
Commit details (ea4bf5fd)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Convert isSpeaking from a HOC to an event listener
- The previous higher order component (HOC) was not used as such.
- Instead, relabel it as a background event listener.
- Uses a container to inject actions from the shared
speaking
slice.- Removed
isSpeaking
from the style root, and the related global classes from the CSS.
Raw text
Convert isSpeaking from a HOC to an event listener - The previous higher order component (HOC) was not used as such. - Instead, relabel it as a background event listener. - Uses a container to inject actions from the shared `speaking` slice. - Removed `isSpeaking` from the style root, and the related global classes from the CSS.