Micro.map( Micro.andThen(() => {..something}), // here return if value is true Micro.andThen(() => {...}) // <- this should only be ran if value is false)
Micro.map( Micro.andThen(() => {..something}), // here return if value is true Micro.andThen(() => {...}) // <- this should only be ran if value is false)