Effect-ts and Railway Oriented Programming: Exploring Requirements Input in React
I wanted to use effect-ts because of the railway oriented programming approach to error-handling. I just found out that effect-ts also has a Requirements input (
Effect<Requirements, Error, Value>); is that even useful/necessary in React?