Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Catch up Nuxt.js 2019.02

andoshin11
February 18, 2019

Catch up Nuxt.js 2019.02

andoshin11

February 18, 2019
Tweet

More Decks by andoshin11

Other Decks in Technology

Transcript

  1. Who am I? Shin Ando (a.k.a Andy) @andoshin11 - Frontend

    Developer / Architect - Vue.js Japan User Group - マイブーム: 朝ごはんめぐり Vue / Nuxt / React / Flutter / Go / Ruby etc... 2
  2. 6 Nuxt.js v2.4 Released • Smart prefetching • HMR for

    Vuex store • Better VS Code(Vetur) support • Automatic available port detection • Automatic modern build detection • Plugins for each runtimes (all, client, server) • Post CSS support • Default TypeScript support (we’ll come back to this later!) • And more ...
  3. 7

  4. 9 • About 100 pull requests were closed since v2.4

    release (Jan 28th) • Release plan is updated!! • Major release is planned for every 6 months • Minor release is planned for every 4 weeks • Wanna try out the latest features?
  5. 11

  6. Universal fetch by default ⊙ node-fetch and fetch polyfill are

    now built-in ⊙ Toggle with nuxt.config.js 13 pull: #5028
  7. Tons of tons of Unit tests!! ⊙ Better stability all

    around ⊙ Easier to just jump in and make a commitment! 17 pull: #4880 pull: #4857 pull: #4834
  8. New face in the team! ⊙ @kevinmarrec has joined the

    core team ⊙ This dude is TypeScript guru 19
  9. WIP: Better TSX ecosystem ⊙ Working with Vue core team

    ⊙ #9369 ⊙ #9379 31 Pull Request #4855
  10. Enhanced possibility with Vue 2.6(?) ⊙ New rendering hooks on

    server side introduced ⊙ asyncData & fetch API will be available everywhere? 32