Bristol Meetups

Vito Huang - Vue.js & Adam Reynolds - React

Vito Huang - Vue.js

Coding is about solving problems, sometimes simple ideas took a lot effort to implement, because we using the wrong paradigm or ineffective tool for the job. This is a talk about how Vue.js can make you more productive as a front-ender by making common task trivial and difficult task simpler.

https://vuejs.org/v2/examples/ ( https://vuejs.org/v2/examples/ )

Might go into Weex If there are enough time, Weex allow you to write native apps in Vue.js, unlike React Native's "Learn once, write everywhere", it has different philosophy - "Write once run everywhere"

https://weex.apache.org/ ( https://weex.apache.org/ )

Adam Reynolds - Thinking In React

An examination of best practices in designing performant React applications as well as highlighting some of the more complex issues that can bite you in the Ass. Will also cover various libraries out there that help you get the job done. Given the fast moving nature of the moshpit that is Modern JavaScript, my best practices might be out of date by the time I present.