Using Effect with React: Backend vs Frontend
Hi, is Effect primarily for the backend, or can I use it with the frontend such as with React? I'm using Rust for the backend already so I can't use Effect for the backend (Rust has great FP-style constructs already, anyway).
