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

Intégrer redux, react-redux, redux-saga pour l'authentification. (1/2) (#27) #28

Merged
merged 29 commits into from
Nov 23, 2018

Conversation

yungkittty
Copy link
Owner

No description provided.

@yungkittty yungkittty added the enhancement New feature or request label Oct 15, 2018
@yungkittty yungkittty self-assigned this Oct 15, 2018
@yungkittty yungkittty changed the base branch from features/6 to develop October 25, 2018 13:00
@yungkittty
Copy link
Owner Author

yungkittty commented Nov 8, 2018

@eliasdemnati

(current-user, users)
https://redux.js.org/recipes/structuringreducers/normalizingstateshape
https://redux.js.org/recipes/structuringreducers/updatingnormalizeddata

(saga)
https://redux-saga.js.org/

(actions, ...)
https://decembersoft.com/posts/a-simple-naming-convention-for-action-creators-in-redux-js/

(async)
reduxjs/redux#1661 (c'est un boilerplate pour gérer l'async, après je sais pas si c'est bien ou pas).

(persist)
https://github.com/rt2zz/redux-persist

Voila toutes les ressources que j'avais sous la main. gl hf.

@yungkittty yungkittty changed the title [WIP] Intégrer redux, react-redux, redux-saga pour l'authentification. (#27) [WIP] Intégrer redux, react-redux, redux-saga pour l'authentification. (1/2) (#27) Nov 20, 2018
@yungkittty yungkittty changed the title [WIP] Intégrer redux, react-redux, redux-saga pour l'authentification. (1/2) (#27) Intégrer redux, react-redux, redux-saga pour l'authentification. (1/2) (#27) Nov 22, 2018
@@ -3,6 +3,8 @@ import PropTypes from "prop-types";
import ButtonContainer from "./components/button-container";
import ButtonIcon from "./components/button-icon";

// to={{ pathname: "/sign-up", state: { isModal: true }}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to remove

Copy link
Collaborator

@jimmydjabali jimmydjabali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one comment to remove

@yungkittty yungkittty merged commit e9431bd into develop Nov 23, 2018
@yungkittty yungkittty deleted the features/27 branch November 23, 2018 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants