Jeff Barczewski

JazzCon.tech

Music. Food. Code. - JazzCon.tech is an intimate Web, Mobile, & JavaScript Development event with less than 250 attendees. The topics include: Angular, React, Vue, JavaScript, JS Frameworks, HTML5, CSS3, tools, and techniques. Jeff Barczewski is delivering two talks at the conference this March 21-23, 2018 in New Orleans, LA.

Resilient React.js - building apps with a functional approach

As our apps grow in complexity and power, how do we architect things to maintain our sanity? One solution is to apply a more functional approach to building our apps. In this session you will learn how to use React.js with a functional style and what advantages that brings with it.

  • Slides (PDF)
  • recompose - React.js HOC toolkit
  • lodash/fp - functional programming friendly style of lodash - immutable, auto-curried, iteratee-first data-last methods
  • formik - Build forms in React, without the tears
  • react-final-form - High performance subscription-based form state management for React
  • yup for easy declarative object validation

Lessons from the trenches - Designing Bulletproof React/Redux Apps

How do we design bulletproof apps in this rapid paced modern world? Our apps need to be able to adapt to ever changing requirements and unplanned features. How do we effectively structure our app that it will stand the test of time? Learn effective ways of dealing with business logic.