hard ๏ Writing CSS for different devices is even harder ✓ A reactive framework has pre-defined UI elements that are reactive by design (menu, tables, buttons, dialog and so on) http://getbootstrap.com/
code of bootstrap (Less definitions) $ git clone https://github.com/twbs/bootstrap.git Feedback: ✓ Works well for simple things (such as grid and buttons) ๏ More complex components needs some Javascript tweaking (such as navigation bars)
you need and when you need it ✓ Work with large scale Javascript code ➡ Structure the javascript code as modules and avoid naming conflict between code from different modules http://requirejs.org/