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

How to learn

PreviousQuickstartNextVideos

Last updated 4 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 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
Connecting components