davidje13 / Refacto

A remote retro facilitation tool.
https://retro.davidje13.com/
GNU General Public License v3.0
23 stars 6 forks source link

Investigate dependency injection for frontend #11

Open davidje13 opened 5 years ago

davidje13 commented 5 years ago

React does not natively support dependency injection, but hooks make this a possibility. Investigate options for using dependency injection for the API services, which currently require nasty hacks to test.