The new standard includes promises, modules, classes, template literals, arrow functions, let and const, default parameters, generators, the destructuring assignment, rest and spread.
Back in March 2003, Nick Finck and Steve Champeon stunned the web design world with the concept of progressive enhancement, a strategy for web design that emphasizes loading core web page content first, and that then progressively adds more nuanced and technically rigorous layers of presentation and features on top of the content. While in 2003, progressive enhancement was about using—at the time—modern CSS features, unobtrusive JavaScript, and even just Scalable Vector Graphics. Progressive enhancement in 2020 and beyond is about using modern browser capabilities.
Speaking of JavaScript, the browser support situation for the latest core ES 2015 JavaScript features is great. The new standard includes promises, modules, classes, template literals, arrow functions, let
and const
, default parameters, generators, the destructuring assignment, rest and spread, Map
/Set
, WeakMap
/WeakSet
, and many more. All are supported.
The ECMAScript 2015 (ES6) browser support table. (Source)
Async functions, an ES 2017 feature and one of my personal favorites, can be used in all major browsers. The async
and await
keywords enable asynchronous, promise-based behavior to be written in a cleaner style, avoiding the need to explicitly configure promise chains.
Progressive Web Apps or Native Apps, if you are in a dilemma of selecting the better one for your requirements these pointers will help make an informed decision.
People are spending more time on their smartphones as compared to desktop or laptops. This change in user behavior has had a significant impact on the dynamics of mobile websites.
This article covers A-Z about the mobile and web app development process and answers your question on how long does it take to develop/build an app.
We all love mobile apps. They are easy to use owing to their great design; they are fast and provide a level of accessibility that neither the business nor the consumer can have with a conventional website.
14 Cool Web App Ideas for application business to make money. Coming up with more profitable Startup Web App Ideas in 2021.