-
Notifications
You must be signed in to change notification settings - Fork 6
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
feature: 141-FEATURE-News-notifications-extension-frontend #148
feature: 141-FEATURE-News-notifications-extension-frontend #148
Conversation
Fixes #141
…ns-extension-frontend
We should target the PR to |
}} | ||
/> | ||
<Main /> | ||
<NewsProvider> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way to avoid too many providers ?
It's fine for now, but when the pattern built up might be too many providers in here.
Cause the news is a light feature in the app.
Any thoughts? @tombeckenham
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if we had better state management it could be avoided.
Implementation of News notifications on the chrome extension.
Fixes #141