tim
02/28/2020, 2:34 PMdata class
, a Map, or something else entirely? I'm coming from the JS/TS ecosystem where libraries like ReduxToolkit/Immutable.JS make this a straightforward decision but I'm curious what 'best practice' looks like here in kotlin-land 🙏
In my first attempt I'm using data classes but finding that only 1 or 2 layers of nesting starts to cause issues in my reducers. So i could either go with Maps and forget data classes or reduce the nesting... or perhaps theres a better way altogether?Big Chungus
02/28/2020, 2:43 PMBig Chungus
02/28/2020, 2:44 PMtim
02/28/2020, 2:44 PMtim
02/28/2020, 2:44 PMBig Chungus
02/28/2020, 3:11 PM