devmeetings-react-ts-fork
  • Devmeeting React + Typescript
  • Speed dating
  • Typescript
    • It's just JavaScript
    • Basic types
    • Typing objects
    • Typing functions
    • Modules
    • Generics
    • Tasks
  • Hello React
    • Quick look around
    • The first component
    • JSX
    • Tasks
  • Components & Props
    • Small components
    • Passing data to a component
    • Loops in JSX
    • Tasks
  • Stateful components
    • Handling events
    • Components with internal state
    • Talking to a parent component
    • Smart and dumb components
    • Before the break
    • Tasks
  • Side-effects and context
    • Side-effects
    • Prop drilling
    • Using context
    • Tasks
  • What's next
    • Styling
    • Learning component's lifecycle
    • State Management
Powered by GitBook
On this page
  • Redux
  • MobX
  • Resources

Was this helpful?

  1. What's next

State Management

Redux/MobX

PreviousLearning component's lifecycle

Last updated 5 years ago

Was this helpful?

Before React started supporting context officially, there were no good way of managing application state. That's basically why React, MobX and other libraries was created, and for some developers these are the only viable options.

Redux

MobX

Resources

​​

​​

Mobx image
Redux image