Skip to content

Latest commit

 

History

History

reduxintroduction

Redux - An Introduction

These are the slides and code of a talk I gave at the Flutter Tokyo Meetup and GDG Skopje.

Abstract

In software development, small projects are quite different from large apps. As the scope gets bigger and functionality is added, quick solutions that worked before might create bugs later, state management can become complex and logic and UI changes are difficult to implement as requirements change. In this talk, I explain how a state management pattern called ‘Redux’ can help your app become easier to build, more readable and more quickly expandable.

Topics

  • Flutter
  • Design Patterns
  • State Management
  • Testing

Publications

Resources

For help getting started with Flutter, view the online documentation.