alex6480 / studycards

Temporary
MIT License
0 stars 0 forks source link

Get rid of setcontroller #18

Closed alex6480 closed 5 years ago

alex6480 commented 5 years ago

Instead of having a setcontainer, the individual set pages just render the necessary components for the header themselves. By encapsulating these components the boilerplate will be minimal. This setup is much more convenient when combined with React router later on. It also allows the individual segments to reload only the parts that are relevant for them.