1. #11
    Ext JS Premium Member
    Join Date
    Aug 2007
    Location
    Antwerp, Belgium
    Posts
    540
    Vote Rating
    16
    joeri has a spectacular aura about joeri has a spectacular aura about

      0  

    Default


    Quote Originally Posted by mankz View Post
    Writing HTML to produce a web app is a bit like building a fancy 80-floor hotel, by putting one grain of sand in place after the other.
    So, ExtJS is built on sand?

    One more reason to be concerned about global warming and rising sea levels.

  2. #12
    Touch Premium Member
    Join Date
    Nov 2010
    Location
    Chicago
    Posts
    744
    Vote Rating
    27
    LesJ will become famous soon enough LesJ will become famous soon enough

      0  

    Default


    Quote Originally Posted by prd0000 View Post
    Anyone has experience with AngularJS? I've heard many good things for this framework.
    I had a chance to play with AngularJS. It's an impressive framework. It's a very serious competitor to jQuery... and this post explain why:

    http://stackoverflow.com/questions/1...ery-background

    The declarative style of programming saves you a lot of coding. This feature would simplify Ext JS controllers as well if it were available.

  3. #13
    Sencha User
    Join Date
    Jun 2008
    Posts
    104
    Vote Rating
    4
    jchau is on a distinguished road

      0  

    Default


    Thanks for introducing AngularJS. It looks really cool. The object-oriented aspect of ExtJS plus its extensibility is super awesome, but it starts to feel more and more like one bloated sinking boat with the latest releases plagued by bugs and major performance issues. Also, if you look at the HTML generated by ExtJS components, it's pretty ridiculous. Once you go ExtJS, you are locked down to the framework. That can be both good and bad...

  4. #14
    Touch Premium Member
    Join Date
    Nov 2010
    Location
    Chicago
    Posts
    744
    Vote Rating
    27
    LesJ will become famous soon enough LesJ will become famous soon enough

      0  

    Default


    Quote Originally Posted by LesJ View Post
    I had a chance to play with AngularJS. It's an impressive framework. It's a very serious competitor to jQuery... and this post explain why:

    http://stackoverflow.com/questions/1...ery-background

    The declarative style of programming saves you a lot of coding. This feature would simplify Ext JS controllers as well if it were available.
    If I may correct my own post... AngularJS is really not a framework. AngularJS developers call it a meta-framework, but I don't think this is a good description either. I'd rather call it a (proprietary) language that extends the HTML vocabulary.

    I'll give them credit for being innovative, but I'd say the more I research AngularJS the less excited I'm about it. AngularJS parses HTML and it adds custom ng- attributes. AngularJS is about declarative style of programming, and while this approach might work for smaller application, it will be slow on larger apps due to the need of parsing.

    I don't care about the Dependecy Injection pattern that AngularJS uses. I prefer the define/require pattern.

    Finally, there are relatively few open source reusable components built w/ AngularJS.