We're a place where coders share, stay up-to-date and grow their careers.
Pure JavaScript apps -- lightweight, no frameworks or libraries.
Can you explain more? What so exciting about that? (or is it a response to another comment; seems not)
Not Marvin, but I can think of two reasons:
The Web specs are a lot more stable than any libraries. Most of what's in the browser platform now will still be there ten years from now.
If it's already in the browser, then it doesn't need to be downloaded, and it can be optimised for speed instead of optimised for size.
Pure JavaScript apps -- lightweight, no frameworks or libraries.
Can you explain more? What so exciting about that? (or is it a response to another comment; seems not)
Not Marvin, but I can think of two reasons:
The Web specs are a lot more stable than any libraries. Most of what's in the browser platform now will still be there ten years from now.
If it's already in the browser, then it doesn't need to be downloaded, and it can be optimised for speed instead of optimised for size.