|
|
|
|
|
by realharo
3039 days ago
|
|
Having done a lot of React development (in TypeScript), and recently dealing more with Android, I disagree. Having to manually mutate the UI instead of describing it with a `render` function feels like a huge step back. Even data binding is often too limited. Trying to get a screen in Android to have the correct layout and style is also way clunkier - even with ConstraintLayout. |
|