So we are moving our app from react native, to ful...
# android
a
So we are moving our app from react native, to fully native kotlin, and one of the nice things was our redux store which I am porting with ReKotlin. The only thing missing is persistence. With redux, you could serialize the whole store and initialize it with the parsed state. With android, you have solutions like room or sqldelight