Skip to content

Instantly share code, notes, and snippets.

@andreicek
Last active February 20, 2018 08:41
Show Gist options
  • Save andreicek/1ec5accf12981ce4f97bda7889cd8110 to your computer and use it in GitHub Desktop.
Save andreicek/1ec5accf12981ce4f97bda7889cd8110 to your computer and use it in GitHub Desktop.
Be more productive with MobX CPF

Abstract

Imagine a world where your state management has less boilerplate and code that is both easier to understand and faster to write. And now imagine that it's as scalable as insert your library here. This talk shows you that not only frameworks benefit from a functional and straightforward state management solution.

Details

The talk will focus on the ideas of MobX and how the library works (a simple pub-sub implementation) instead of on focusing on React and integration with React or any other framework.

ToC:

  • what is state management
  • what is MobX
  • a quick (but complete) introduction to MobX
  • integration with React (only two slides)
  • how can you benefit from using MobX
  • scalability

After the talk people will walk away with better understanding of what is state management in general, how MobX integrates with their app, why a React (or any other framework) benefits from it, but also why a jQuery app can be easier to maintain and develop.

Slides will use examples that will be made available before the talk.

Pitch

We (Infinum React team) have a lot of experience with big web apps (not only built with React). Currently, we have MobX running on five different production apps (with both React and React Native).

We also organize a development academy for students in Croatia where I was a teacher. We worked on Plain JS, advanced to React, and added MobX to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment