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

Choosing Your JavaScript Framework

John Papa
November 09, 2018

Choosing Your JavaScript Framework

Don't blink - a new JavaScript framework just came out.

The world of web development is moving fast, and you have to make decisions today on which tools to use. Let’s examine the current state of JavaScript's most popular frameworks: React, Vue and Angular and think about how we make these decisions and what questions we should ask ourselves ...

- What features do they each offer?
- Which are ideal for building large scale apps?
- Which cover everything your business needs for now and the foreseeable future?
- And are these even the right questions to ask?

Let’s find out together.

John Papa

November 09, 2018
Tweet

More Decks by John Papa

Other Decks in Technology

Transcript

  1. Life is an education. It is learned mostly through what

    you discover on your own and not through what others tell you @john_papa --Terry Brooks, The Skaar Invasion
  2. @john_papa // Choosing the right framework // starts by asking

    the right questions if (team.shouldUse(angular) || team.shouldUse(react) || team.shouldUse(vue)) { console.log(‘How do you choose?’); } But where do we look?
  3. @john_papa React 83.9% Vue 75.4% Angular 34.3% Would use again

    or would like to learn State of JavaScript 2018
  4. @john_papa Life is an education. Terry Brooks, The Skaar Invasion

    and not through what others It is learned mostly through what you discover on your own tell you