1 min readOct 23, 2019
How do you solve the problem of diffing in UI. For example, if your new state changes only temperature and you need to redraw only one TextView, not the whole screen?
How do you solve the problem of diffing in UI. For example, if your new state changes only temperature and you need to redraw only one TextView, not the whole screen?