Skip to content

Latest commit

 

History

History

reactive-todos

📝 Reactive To-Dos

#mvc #react #rxjs

Open in CodeSandbox Develop on localhost

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)