redux-saga / redux-saga

An alternative side effect model for Redux apps

Home Page:https://redux-saga.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature request: interface for integration with other frameworks (like Vue)

yannvr opened this issue · comments

Description

The only good thing about React is redux-saga as it decouples user flows from the UI. Surprisingly, I've not seen any other frameworks with any application side-effect solutions. Is it possible to decouple redux-saga from React so it becomes agnostic? Maybe by providing an interface that allows for the integration with other frameworks like Vue?