Redux Sink
  • Redux Sink
  • Examples
    • Simple Counter
    • Simple Trigger
    • Subscriber
    • Store Configuration
    • External Request
    • Navigation Sink
    • Location Trigger
    • Injections
    • Reducers / Middlewares
    • Custom Decorators
    • Sink Testing
  • API Refernces
    • @sink
    • @state
    • @effect
    • @trigger
    • SinkFactory
    • SinkContainer
    • SinkBuilder
    • Sink
  • Change Log
Powered by GitBook
On this page

Was this helpful?

  1. API Refernces

@effect

Decorator use to mark effect function

Use to process side-effects and async calls, will run inside effect middleware

Previous@stateNext@trigger

Last updated 5 years ago

Was this helpful?