2016-07-28 01:22:48 +02:00
|
|
|
4. Refactor API + Handle failures
|
2016-07-07 23:23:18 +02:00
|
|
|
5. Web player
|
|
|
|
6. Homepage
|
|
|
|
7. Settings
|
|
|
|
8. Search
|
|
|
|
9. Discover
|
|
|
|
|
2016-07-25 23:22:44 +02:00
|
|
|
# CSS
|
2016-07-29 23:57:21 +02:00
|
|
|
* Focus stays on navbar
|
2016-07-28 23:14:52 +02:00
|
|
|
|
2016-07-26 13:21:37 +02:00
|
|
|
# API middleware
|
|
|
|
* https://github.com/reactjs/redux/issues/1824#issuecomment-228609501
|
|
|
|
* https://medium.com/@adamrackis/querying-a-redux-store-37db8c7f3b0f#.eezt3dano
|
|
|
|
* https://github.com/reactjs/redux/issues/644
|
|
|
|
* https://github.com/peterpme/redux-crud-api-middleware/blob/master/README.md
|
|
|
|
* https://github.com/madou/armory-front/tree/master/src/app/reducers
|
2016-07-29 23:57:21 +02:00
|
|
|
* https://github.com/erikras/multireducer
|
2016-07-28 23:14:52 +02:00
|
|
|
* Immutable.js (?) + get rid of lodash
|
2016-07-25 23:22:44 +02:00
|
|
|
|
2016-07-07 23:23:18 +02:00
|
|
|
|
|
|
|
## Global UI
|
|
|
|
* What happens when JS is off?
|
|
|
|
=> https://www.allantatter.com/react-js-and-progressive-enhancement/
|
2016-07-28 23:14:52 +02:00
|
|
|
|
2016-07-07 23:23:18 +02:00
|
|
|
|
|
|
|
## Miscellaneous
|
2016-07-28 23:14:52 +02:00
|
|
|
* Webpack chunks?
|