OVERMIND
v23
v23
  • Overmind
  • Introduction
  • Quickstart
  • How to learn
  • Videos
  • FAQ
  • Core
    • Devtools
    • Configuration
    • State
    • Actions
    • Effects
    • Operators
    • Statecharts
    • Server Side Rendering
    • Typescript
  • views
    • React
    • Angular
    • Vue
  • Addons
    • GraphQL
  • Guides
    • Connecting components
    • Connecting to React Native
    • Managing lists
    • State first routing
    • Move to Typescript
    • Testing
  • API
    • action
    • addFlushListener
    • addMutationListener
    • createOvermind
    • createOvermindMock
    • createOvermindSSR
    • derive
    • effects
    • events
    • json
    • lazy
    • merge
    • namespaced
    • onInitialize
    • operators
    • reaction
    • rehydrate
    • statecharts
Powered by GitBook
On this page

How to learn

PreviousQuickstartNextVideos

Last updated 5 years ago

To learn any new tool it is important to have some goal unrelated to the tool itself. Maybe you have a pet project or a project at work you want to try it on. There is a lot on the menu on the left here, so let us give you some pointers to the most important docs to understand Overmind.

  • gives you a quick overview of what Overmind is

  • You will benefit from getting into the overall structure with , then moving on to the specific concepts of , and

  • If you use Typescript it can be a good idea to already now explore how you use Overmind with

  • Ready to start building something? Check of the view packages for , or , to get you started

  • Once you got a feel for it, the Connecting components guide will give you some more insight into how you use your state in the components

  • From here it is totally up to you! Good luck and please visit our Discord channel for support

The introduction video
Configuration
State
Actions
Effects
Typescript
React
Angular
Vue