Migrating from fp-ts: Handling Either Objects in Next.js and Firestore
Another question
I'm trying to migrate from fp-ts and I was using Either as plain objects, ie. returning them from server actions in next js or storing in firestore, but apparently they are not plain objects anymore, how would you approach this? Should I serialize/deserialize them on edges now?
