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

Suggestion: Pull out individual notifications into their own component #120

Open
tomduggan85 opened this issue Apr 11, 2018 · 0 comments
Open

Comments

@tomduggan85
Copy link

You could take the code that renders the notification

  • and put it into a new component file. This would help make the Notifications render function a little bit shorter and easier to read. Also, it would be possible to have an individual notification fetch its mentor from the server, so that you could include the mentor name appear in the notification text.

    {notifications.map((notification, index) => {

  • 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

    No branches or pull requests

    1 participant