Angular with Redux - Flux Architecture

preview_player
Показать описание
This video is intended for Angular developers looking to understand one-way data flow concepts in React and Angular while enhancing application architecture knowledge related to component composition. I cover the high-level use of UI-Router, ES6 Angular, ngRedux, Redux and Thunk.
Рекомендации по теме
Комментарии
Автор

Coulc you please post git repo for this?

surfdirector
Автор

thanks for the video, very well explained. Is there a repo somewhere where we can look at the code as well?

RobClayburn
Автор

Can you share a git of this project or at least a demo of other project?

GGGStalker
Автор

Good video, any chance you would share the source code ?

mathieufilotto
Автор

+1 for the video. Would also love if you could share the code so we could try it out on our own machines

ashwinbalamohan
Автор

Thanks for an introduction.

I've been using angular for few years, but so far have no experience with redux. After watching a bunch of videos about it (mostly react+redux) one thing it's obvious in your scheme: why are you using smart and dumb components? It looks like your smart components are mostly acting as proxies between store and dumb controllers. So why not just use smart components everywhere?

antonkudris