DEV Community

Discussion on: Is div still a div?

Collapse
 
anpos231 profile image
anpos231

Div is still div :P
If you misuse div then you are not doing your work properly.

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.

Collapse
 
wowrodney profile image
wowrodney

I agree. I have not done much with react, so can't way in there, but custom elements have been around for a while. As long as we as designers and devs still build contextual and well crafted code all should be fine. :)