nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Small refactorings #112

Closed thomaseizinger closed 6 years ago

thomaseizinger commented 6 years ago

A little bit of cleaning up.

I removed the whole 'async reducer' stuff (whatever that was) and included all the reducers directly at the root. Removes a bunch of indirections and should make clearer what we are doing here.