gwt multi-page application

后端 未结 2 958
一生所求
一生所求 2020-12-29 15:29

I have a multipage application which needs to manually switched from one page to another. could it be done in GWT since it is targeted towards single page application. I am

2条回答
  •  伪装坚强ぢ
    2020-12-29 15:40

    While you can use GWT to switch pages, the resulting code will be slow and suboptimal, with the pages taking longer to load.

提交回复
热议问题