Silicon Valley Code Camp : October 19 & 20, 2019

Eric Bishard

Progress Software
About Eric
Eric Bishard(@httpJunkie) is a Developer Advocate working with KendoReact at Progress Software and has been working in the software space since 1999 experienced in building web-based applications with a focus on component design for user interfaces in frameworks like Angular and React.
{speaker.firstName} {speaker.lastName}

Speaking Sessions

  • Managing State in React Functionally with React Hooks

    1:00 PM Saturday   Room: Town Square B
    Managing state for UI components in React until now has required a dependency on libraries like Redux. However, simple UI level state management and other amazing developer features are now available with the release of version 16.8.

    Understand the basics of using state, side-effects, Context API using React's four basic Hooks (useState, useEffect, useRef and useContext) as well, go deeper as we build a basic application with useReducer.