FYI, application size stacks up very nicely when compared to other frameworks:

https://gist.github.com/Restuta/cda69e50a853aa64912d 
<https://gist.github.com/Restuta/cda69e50a853aa64912d>

24KB gzipped *with all application logic* is right in there with the smallest 
frameworks *sans the actual application*!

> On Jun 5, 2018, at 2:38 PM, Carlos Rovira <[email protected]> wrote:
> 
> Congrats Harbs! :)
> 
> as I just responded to Alex, I hope to give a try to all this soon as I get
> finish some work I have in my hands right now. Maybe in one or two days
> from now.
> 
> Thanks!
> 
> Carlos
> 
> 
> 2018-06-04 15:48 GMT+02:00 Harbs <[email protected]>:
> 
>> FYI, I just compiled a bare-bones app, and a Basic app with a View,
>> VContainer and Label is 85KB uncompressed. 24KB gzipped. It looks like
>> there’s no extra classes.
>> 
>> The CSS is 546 bytes and 222 bytes gzipped. There’s no extra css either,
>> although som empty selectors could use some cleanup.
>> 
>> Harbs
>> 
>>> On Jun 4, 2018, at 4:27 PM, Harbs <[email protected]> wrote:
>>> 
>>> The only class selectors left in Basic defaults.css is:
>>> 
>>> .Application *, .royale *, . royale *:before, . royale *:after {
>>>      -moz-box-sizing: border-box;
>>>      -webkit-box-sizing: border-box;
>>>      box-sizing: border-box;
>>> }
>>> 
>>> I’m not sure how to best get rid of this.
>>> 
>>> Thoughts?
>>> Harbs
>> 
>> 
> 
> 
> -- 
> Carlos Rovira
> http://about.me/carlosrovira

Reply via email to