iam4x/isomorphic-flux-boilerplate

Question: Notification component implementation

Open

#123 建立於 2015年10月9日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)JavaScript (115 fork)github user discovery
help wantedquestion

倉庫指標

Star
 (791 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Hi,

First of all, thanks for this boilerplate! It's awesome!

I've been playing with this and tried to implement a component that I created for notifications. I set this version using the component: https://isomorphic-react-app.herokuapp.com/

You can see the notifications when:

  • Delete a user
  • Add a user

When adding a user, sometimes it will fail and display a error notification and sometimes it will be success, just for simulation purpose. In case of fail, there is a button where the idea is re-do the action.

My concerns and goals here are:

As I'm new to Flux implementations, my question here is about the structure of the store and actions, if you guys think it's ok. The repo is here: https://github.com/igorprado/isomorphic-react-app

Thanks!

貢獻者指南