I am about to write a relative small data entry application using ExtJS 3+ for the front end, what pitfalls should I avoid when using ExtJS 3+?
One pitfall that comes to mind is not truly understanding JavaScript (e.g.closures)
Trying to use MVC pattern on the client side.