Overview
Design patterns help us solve common problems when developing software. More and more these patterns are becoming core components when it comes to building applications. Let’s breaking down the differences between Pub/Sub, Flux & Redux, and see how they can help us manage our data!
Objective
Teach attendee’s about the underlaying philosophy of the three patterns.
Target Audience
Developers looking to better understand data flow in JavaScript applications.
Assumed Audience Knowledge
Have worked on a JavaScript application and are looking for a better way to manage data.
Five Things Audience Members Will Learn
- What a Design Pattern is
- How Pub/Sub works
- How Flux works
- How Redux works
- The differences between all three and how they approach data