StateAdapt was 31% less code than RxAngular (179 to 123 lines) in the Todo MVC app.
PR for Comparison: https://github.com/edbzn/rx-angular-todo-mvc/compare/main...mfp22:state-adapt-todo-mvc:main?expand=1
Article for this video: https://dev.to/this-is-angular/rxangular-vs-stateadapt-todo-mvc-2187
Repo: https://github.com/mfp22/state-adapt-todo-mvc
StateAdapt: https://state-adapt.github.io/
RxAngular: https://www.rx-angular.io/
My Twitter: https://twitter.com/mfpears
#stateadapt #rxangular #angular
0:00 Intro
6:28 Installing StateAdapt
8:12 RxAngular code structure overview
14:54 Selectors
17:37 Store, initial state
25:33 State changes
42:55 Why state adapters are compact
44:12 Side effects
51:40 Connecting component to store
1:00:10 Testing
1:01:30 Fine-grained Angular?
1:05:35 Cleanup
1:06:05 Stats and overview
1:19:54 Deleting RxAngular/State
1:22:30 I forgot TodoComponent
2:11:15 Comparison Round 2
2:19:40 Conclusion