[TYPO3-ect] Evaluation: Which JS library to recommend?

Steffen Kamper steffen at sk-typo3.de
Mon Oct 29 14:22:34 CET 2007


"ries van Twisk" <typo3 at rvt.dds.nl> schrieb im Newsbeitrag 
news:mailman.4022.1193663684.20721.typo3-team-extension-coordination at lists.netfielders.de...
>
> On Oct 29, 2007, at 6:42 AM, Ingo Renner wrote:
>
>> Steffen Kamper wrote:
>>
>>> i do a lot with extjs - and i don't see the need of using  prototype as 
>>> base,
>>> i use extjs standalone.
>>> Think of heavyness of the libs:
>>> extjs ~ 450KB
>>> prototype+scriptacolous ~ 80KB
>>> Is there any reason to use prototype in this scenario?
>>
>> yes, extJS is all about nice and usefull widgets. prototype is for the
>> lowlevel work and is very powerfull with that. you do not always need
>> everything. less is sometimes more.
>>
>> Ingo
>
>
> I agree with the $ function, really handy!!!
>

This is possible in ExtJs too, just uese:
$ = Ext.get
then you have same syntax for selectors; $('dom')


> Low level is when you need something special, something
> that isn't done yet. However, everything that is invented already
> needs to get reused. ExtJS and DOJO are doing a good job in that area.
> more is sometimes good...
>
> Ries
>
in Ext-base there are all needed low level functions, i don't miss anything 
there.

vg  Steffen 




More information about the TYPO3-team-extension-coordination mailing list