Skip to content

Latest commit

Β 

History

History
23 lines (14 loc) Β· 944 Bytes

File metadata and controls

23 lines (14 loc) Β· 944 Bytes

πŸ“ Reactive To-Dos

#mvc #react #rxjs

Open in StackBlitz

MVC React architecture with injected state observables, and isolated controller classes.

This experiment was done in preparation for virtual-elevators. The goal was to use tsyringe's dependency container together with React's context, having state management handled by controller classes, and view rendering by React components, while maintaining isolation, and dependency injection for all modules (classes, and components)