reactjs - Login ajax request Flux React? -
reactjs - Login ajax request Flux React? -
how can do after login form submit (react component) using flux structure ajax request provides response ? can provide illustration ?
basically need create ajax request, , create success/error handlers. within handlers, create actions inform stores of result. it's thought have appstore or sessionstore or hold info related current user , auth token. controller-views can hear store , render children when current user becomes authenticated.
reactjs flux reactjs-flux
Comments
Post a Comment