Stop using CSS in JavaScript for web development

CSS isn’t going anywhere. A lot of the projects choose to style documents in JavaScript for wrong reasons. This article lists common misconceptions (myths) and the existing CSS solutions to those… Read more

Similar

ES8 Feature Set: JavaScript Is Getting Asynchronous

After large ES6 release, that took about 6 years (Dec 2009 – Jun 2015) to get standardized, TC39 committee has given notice of annual but smaller releases, starting with ECMAScript 2016 (ES7). The final feature set of ES8 hasn't been approved yet, as o...

Read more »