DEV Community

Discussion on: Is div still a div?

Collapse
 
mikeaustin profile image
Mike Austin

divs and spans are out–they're too low level. I prefer React Native for Web, which feels more like developing for iOS or Android, the JSX feeling more like programmable XML. Sure, there are divs and spans (and h*), underneath, but those are the implementation details.