frontend-boilerplate
frontend-boilerplate copied to clipboard
Better example
- 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 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.
Are you planning to add a JWT auth to this boilerplate ?