Email or username:

Password:

Forgot your password?
Marco "Ocramius" Pivetta

Reminder about the `<div/>` element for everyone out there littering the internet with ReactJS:

> Authors are strongly encouraged to view the div element as an element of last resort, for when no other element is suitable. Use of more appropriate elements instead of the div element leads to better accessibility for readers and easier maintainability for authors.

3 comments
danrot

@ocramius To be fair, React does not force you to use div all over the place.

Marco "Ocramius" Pivetta

@danrot certainly doesn't, but include 2 or 3 form libraries in it, and enjoy the divsplosion

Dmitri Goosens :elephpant:

@ocramius

I hope they are not reverting to <table> though

Go Up