From procedural to reactive JavaScript with stops
JavaScript is an interesting language. It can mimic almost any style you want, from procedural to object-oriented to functional and beyond. Gleb Bahmutov takes a simple problem and solves it using a variety of different approaches, showing each approach's ability to take away the complexity while still being the JavaScript we all love to hate.
Talk Title | From procedural to reactive JavaScript with stops |
Speakers | Gleb Bahmutov (Cypress.io) |
Conference | O’Reilly Open Source Convention |
Conf Tag | |
Location | Austin, Texas |
Date | May 16-19, 2016 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
JavaScript is an interesting language. It can mimic almost any style you want, from procedural to object-oriented to functional and beyond. Gleb Bahmutov takes a simple problem and solves it using a variety of different approaches, showing each approach’s ability to take the complexity away while still being the JavaScript we all love to hate. Topics include: