What is ExtJS philosophy? Single page application?

Posted by stach on Stack Overflow See other posts from Stack Overflow or by stach
Published on 2009-10-19T14:35:47Z Indexed on 2010/05/25 21:11 UTC
Read the original article Hit count: 245

Filed under:
|
|

I need to write my next project using ExtJs. It's a nice Javascript lib but I don't fully understand the idea behind it. Take the docs page for example: http://www.extjs.com/deploy/dev/docs/

Am I supposed to write my web applications with extjs like that? One page that should never be refreshed, and everything getting done by AJAX?

How do you debug such applications if getting to the right place may take a lot of 'clicking' and working with it. You cannot fix the bug and hit refresh in the browser to see the results.

Any suggestions?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about extjs