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
Modal dialog
To connect react modal with state
Range input
To connect a custom range input component with state
More examples
- Snake game (interactive A* algorithm visualisation) (source code)
- Ballcraft game (source code)
- Client-server interaction with effects GitHub
- Tree folder structure
- Reddit reader With effects for data fetching and effector-react hooks
- Conditional filtering
- Dynamic page selection with useStoreMap
- Update on scroll
- Night theme switcher component