Introduction

The concept of this library is based on the @reduxjs/toolkit.

Saga's usual writing style is not yet optimal. This library will help you write sagas more quickly and logically 😉.

Installation

# NPM
npm install redux-toolkit-saga

#Yarn
yarn add redux-toolkit-saga

Last updated