frontend-boilerplate icon indicating copy to clipboard operation
frontend-boilerplate copied to clipboard

Better example

Open tj opened this issue 9 years ago • 2 comments

  • More than a single route to show more containers
  • More than one type of "model" so there's multiple types of action creators etc
  • Auth0/Oauth would be cool in the example for middleware
  • Other middleware / redux-effects
  • Show more connect() usage, when you'd filter down the state etc

tj avatar Jan 21 '16 23:01 tj

@tj How were you thinking about approaching Auth? If we want to get extra fancy we can use connect as a decorator. That seems to be the trend, rather than treating it as a higher order method syntactically.

thebigredgeek avatar Jan 26 '16 08:01 thebigredgeek

Are you planning to add a JWT auth to this boilerplate ?

sylvainlap avatar Feb 25 '16 06:02 sylvainlap