Você recebeu 1,710 estrelas em seus repositórios públicos.
Seus projetos foram bifurcados 13,507 vezes.
Você fez 2,000 contribuições no último ano.
Você programa em 5 linguagens diferentes.
Você tem 5,865 seguidores no GitHub.
Sua conta GitHub existe há 10 anos.
Teste como suas métricas afetariam seu GitScore
Version 2 of Crwn-Clothing!
A GraphQL version of Crwn Clothing V2
Adding email/password sign up authentication for firebase, as a result we need to store our user objects in the database.
We don't want our users to lose their carts whenever they refresh, so we are going to leverage one of the benefits of redux by persisting our store object in localstorage using redux-persist.
We have added redux to our application so we can leverage all the benefits that come with uni-directional data flow. Instead of the prop drilling we would have to do in order to pass our new user object down deeper into our component trees from our app, we can now just connect those components directly to our redux store where we store all our data.