VueFloripa / Meetup

22 stars 1 forks source link

10º Meetup VueFloripa #11 #12

Open itsweliton opened 4 years ago

itsweliton commented 4 years ago

Para submeter sua talk baste responder essa issue com o template abaixo. Vamos selecionar as talks com base na quatidade de 👍 que elas tiverem, portanto vote nas talks que você gostaria de ver no dia do Meetup!

Título (OBRIGATÓRIO) Resumo (OBRIGATÓRIO) [Um parágrafo resumindo o conteúdo geral da sua talk.]

Duração (OBRIGATÓRIO) [Tempo aproximado de duração da sua talk.] --> Usaremos para ajustar no tempo de auditório disponível.

Comentários (OPCIONAL) [Informações extras em relação a sua talk, inclusive motivação para falar desse assunto e porquê o assunto é interessante.] Limite para envio: 7/08

viniciuskneves commented 4 years ago

Go async in Vue 3 with Suspense

Vue 3 is coming with a some exciting new features. Composition API is the hottest one at the moment but there are others that excite me as much as it. One of those new features is called Suspense and it really excites me about the benefits it brings. You might have heard about it already but I will try to show some examples of the usage of Suspense and where it can be beneficial.


20-30min


https://vuedose.tips/go-async-in-vue-3-with-suspense/

viniciuskneves commented 4 years ago

Multiple builds targeting different browsers

Como realizar diferentes builds do seu projeto visando suportar diferentes browsers sem penalizar usuários com browsers mais modernos.


20-30min


Baseado em um experimento que fiz essa semana na empresa, portanto é mais uma POC do que fizemos por aqui.