Feasibility of Using @effect/cluster and @effect/workflow for RN File Uploads
I'm considering using @effect/cluster and @effect/workflow to create Sagas that would upload large files with some metadata in RN application using @effect/sql-sqlite-react-native for persistence. How feasible is this idea? Or is totally stupid and workflows are designed for back-end only?
