Skip to content

Instantly share code, notes, and snippets.

View mcliment's full-sized avatar

Marc Climent mcliment

View GitHub Profile
@mcliment
mcliment / keybase.md
Created June 5, 2019 06:45
Keybase registration

Keybase proof

I hereby claim:

  • I am mcliment on github.
  • I am mcliment (https://keybase.io/mcliment) on keybase.
  • I have a public key whose fingerprint is 112B DC2C 1FC3 7413 972A F92E 2177 6BE5 B1E2 D4C4

To claim this, I am signing this object:

@mcliment
mcliment / notes.md
Created February 7, 2020 09:04
VueJS Valencia 06/02/2020 Meetup Notes

Meetup notes

  • Held on Valencia on 06-02-2020
  • The speaker Debbie O'Brien is a developer and Nuxt evangelist, so to speak
  • She has a nice boilerplate in GH: https://github.com/debs-obrien/nuxt-boilerplate-project (reviewed by Nuxt experts)
  • As well, she has some courses in https://vueschool.io/ (alongside Alex and Sebastien, creators of Vuex). There are some interesing introductory free courses there as well.
  • Big performance improvements when using Nuxt+API vs traditional FE+BE mixed apps
  • As an example, Louis Vuitton uses Nuxt https://en.louisvuitton.com/eng-nl/homepage?dispatchCountry=NL
  • Most performant option: generate static page, but not suitable for all use cases
  • As well, using lazy component loading, components can be generated in separate bundles (pages are automatically). Good practice for components that are shown below the fold or on user actions.ç