Leveraging the Power of Vue Router and React Components


Details
Vue Router by Harry Horton
Vue Router is the official routing library for Vue.js. In this talk, Harry will cover how to get started with Vue Router and turn your app into a multi-page app. Growing your app to many pages can result in an increasingly large JavaScript bundle, so this talk will also cover using Webpack's dynamic imports to split your production JavaScript into many chunks that are only downloaded when needed.
React Components by Will Whatley
React is all about Components--in this talk, he will cover some of the core fundamentals of components and composition. Whether you are interested in React and just getting started, or a veteran looking for a refresher, this talk is meant to be easily approachable and fun. He will also go over best practices with respect to building scalable React apps and will touch on coupling and cohesion.

Leveraging the Power of Vue Router and React Components