Skip to content

chore(lib): Use brcast instead of createBroadcast #32

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

Closed
wants to merge 1 commit into from

Conversation

vesparny
Copy link

Hi,

I've extracted the createBroadcast function into its own package.
https://www.npmjs.com/package/brcast
I use this patter a lot, so it made sense to me.

cheers

@mjackson
Copy link
Member

Hi @vesparny, thanks for the contribution. I wouldn't actually recommend using this pattern with React. When you broadcast stuff to circumvent sCU, you opt-out of the React paradigm and now you have to manage syncing state updates yourself. So I'm not really using or maintaining this package anymore. But thanks for the PR :)

@mjackson mjackson closed this Apr 20, 2017
@vesparny
Copy link
Author

yeah I see.
I meant that I use the createBroadcast pattern a lot outside of React apps.

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants