开发者

What are the disadvantages of AJAX on Rails?

开发者 https://www.devze.com 2023-01-02 17:39 出处:网络
what are the scenario\'s where开发者_StackOverflow社区 Ajax could not be used in Rails Application.

what are the scenario's where开发者_StackOverflow社区 Ajax could not be used in Rails Application. Is there any disadvantages of AJAX (AJAX on RAILS) if yes please mention which are they?


  • The browser may not be able to interpret javascript, but rails can detect that and you can act accordingly
  • The user cannot back/forward or bookmark a particular state within the page, because it is dynamically generated
  • Search engines cannot index particular states within the page

There may be others that i can't think of right now.


I think the biggest disadvantage of AJAX in general is the desire to use is when it is not needed.

0

精彩评论

暂无评论...
验证码 换一张
取 消