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

I love react, but due is also good

I love react, but due is also good

The presentation material on "v-tw meetup #005 X LINE Fukuoka" at Taipei
https://vuejs.kktix.cc/events/v-tw-meetup-005

LINE Developers

October 21, 2019
Tweet

More Decks by LINE Developers

Other Decks in Programming

Transcript

  1. react.js • Didn’t use JSX in the very beginning, only

    React.createElement • Didn’t use redux in the beginning neither https://www.kktv.me
  2. ideas both sides agreed • vDOM • Component base •

    props is the only interface for components to communicate • Emphasize on state management
  3. differences • How vDOM works • template string vs JSX

    • Slots • How to reuse logic • vuex vs redux
  4. What merits frontend ecosystems provide? • clear interface - declarative

    - componentized • reliability - easy to maintain • performance?