-
Notifications
You must be signed in to change notification settings - Fork 0
/
links
22 lines (20 loc) · 1.58 KB
/
links
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
https://auth0.com/blog/2015/04/09/adding-authentication-to-your-react-flux-app/
https://medium.com/@rajaraodv/a-guide-for-building-a-react-redux-crud-app-7fe0b8943d0f#.c32i2csnm
https://github.com/auth0-blog/react-flux-jwt-authentication-sample
https://github.com/joshgeller/react-redux-jwt-auth-example
https://github.com/mjrussell/react-redux-jwt-auth-example/tree/auth-wrapper
https://auth0.com/blog/2016/01/04/secure-your-react-and-redux-app-with-jwt-authentication/
https://facebook.github.io/react/tips/props-in-getInitialState-as-anti-pattern.html
https://medium.com/@rajaraodv/adding-a-robust-form-validation-to-react-redux-apps-616ca240c124#.g0n0pbjxd
https://auth0.com/blog/2016/01/04/secure-your-react-and-redux-app-with-jwt-authentication/
https://medium.com/@rajaraodv/securing-react-redux-apps-with-jwt-tokens-fcfe81356ea0#.d5j8dmr7b
https://github.com/lemonCMS/react-redux-jwt
https://auth0.com/docs/quickstart/spa/react/no-api?utm_source=davidwalsh&utm_medium=sponsored&utm_campaign=auth_react
https://github.com/reactjs/react-router/blob/master/examples/auth-flow-async-with-query-params/app.js
https://github.com/reactjs/react-router/blob/master/upgrade-guides/v2.0.0.md
https://themeteorchef.com/snippets/react-router-basics/
https://github.com/reactjs/react-router/blob/master/examples/auth-flow/app.js
https://github.com/ModuleLoader/es6-module-loader/wiki/Brief-Overview-of-ES6-Module-syntax
https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Statements/import
// Boas praticas
https://web-design-weekly.com/2015/01/29/opinionated-guide-react-js-best-practices-conventions/