alex6480 / studycards

Temporary
MIT License
0 stars 0 forks source link

Make some components into containers #6

Closed alex6480 closed 6 years ago

alex6480 commented 6 years ago

Only some components should be connected to redux, but these should not be in charge of any rendering logic. These are containers and should be separated from the normal components.

alex6480 commented 6 years ago

Settled on completely different architecture for performance reasons