Look Ma!

No Framework!

Look Ma! No Framework!

https://github.com/verekia/js-stack-from-scratch

do we REALLY need all this stuff?

Look Ma! No Framework!

let's try to keep dependencies to a minimum

  • Accurately select what we REALLY need
  • Keep the tech a new team member needs to learn as low as possible
  • Make it as simple as possible
  • The javascript landscape moves fast: embrace changes!
  • What will happen in a year? in two? in ten?

Look Ma! No Framework!

What we will do in the next 15 minutes

  • Build a Task list
  • Use vanilla JS when possible
  • Select a library to do some job for us when needed
  • Keep the app simple. Add complexity only when needed.
  • Test our app
  • Deploy our app

Look Ma! No Framework!

Questions?