Downtown ReactJS Meetup - Roberto Fuentes - BerlinSaloon 2019

BerlinSaloon 2019

In this meetup Roberto Fuentes presents The Book Pundit application: an application that searches, retrieves, and displays books along with reader comments. He begins by outlining the application architecture, including the frontend composition, backend services, and the client-server contract. Next, he goes through setting up webpack for local development, building for production, and deploying to Netlify. Finally, Roberto does a deep dive into the internals of the React application's functionality: lazy loading & hooks, state management with redux, and handling async effects with sagas.