Open in app

Sign In

Write

Sign In

Sebastien Chopin
Sebastien Chopin

1.2K Followers

Home

About

May 31, 2019

NuxtJS: From Terminal to Browser

Or how we changed the developer experience to stop switching between the terminal and browser. Nuxt.js is a Vue.js framework to create different kind of web applications: Universal, Single Page, PWA or Static Generated. ℹ️ These features are all available with v2.8.0 release. Problems Developing JavaScript applications with Webpack or any…

JavaScript

2 min read

NuxtJS:  From Terminal to Browser
NuxtJS:  From Terminal to Browser
JavaScript

2 min read


Published in codeburst

·Oct 5, 2017

JavaScript: async/await with forEach()

async/await is freaking awesome, but there is one place where it’s tricky: inside a forEach() Let’s try something: const waitFor = (ms) => new Promise(r => setTimeout(r, ms)); [1, 2, 3].forEach(async (num) => { await waitFor(50); console.log(num); }); console.log('Done'); If you run this code with node.js (≥ 7.6.0), this will happen: $ node…

JavaScript

2 min read

JavaScript: async/await with forEach()
JavaScript: async/await with forEach()
JavaScript

2 min read

Sebastien Chopin

Sebastien Chopin

1.2K Followers

Writing JavaScript. Author of Nuxt.js.

Following
  • Lukas Borawski

    Lukas Borawski

  • Inside Designmodo

    Inside Designmodo

  • Icons8

    Icons8

  • Kengo Hamasaki / hmsk

    Kengo Hamasaki / hmsk

  • Florent Alln

    Florent Alln

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech