It’s difficult to overestimate the learning curve for any technology. That’s why effector provides you a few simple examples that may cover your basic needs and also give more confidence for the users for upcoming projects using effector.

Simple examples

UI loading

To display loader during effects resolving

Effects sequence

We’ll need it when second request to the server requires resolved data from the first one

Abort effect

When we need to cancel our effect since it’s pointless at the time

To connect react modal with state

Range input

To connect a custom range input component with state

More examples

Contributors