On a Google IO Talk it was mentioned that widgets make your apps run slow and you should avoid them at all cost. But I would like to use the gwt-bootstrap
widget library. This would pollute my ui.xml with a lot of widgets.
The reason I use this library and not the standard gwt bootstrap.js file, is because I don't want to include the library nor do I want to use the customize option of bootstrap. The reason would be the large initial download and the annoyance of having to be aware of possible missing features when added code to the UI.
So my questions are:
- Do the widgets slow down the app significantly?
- What number of widgets should be fine?
In the google IO talk they had a max of around 10, I don't remember well.