React: Don't Settle on Primitives, Build Abstractions Also Around Your Data
In React, create abstractions also around data to increase reusability of parts in your code. Defining data structures within your code can be hard. Especially when thinking about your application as a bunch of simple strings and numbers just being printed onto the screen. Even more so, when your to...