June 20, 2018 — In this talk we will continue to build up our React knowledge by discussing more advanced concepts which most real world applications will require. Concepts such as:
More advanced state management with Redux.
Creating more complete apps using React-router.
Building more advanced components by creating Higher Order Components and using render props.
The basics of server side rendering.
August 5, 2017 — In this talk we will cover topics such as React setup with webpack & babel, component hierarchy and how to use a store (redux) to communicate with the back end. Examples will include creating a todo app from scratch and you will walk away with an understanding on how redux makes writing React components simpler and easier.
July 8, 2017 — Aprenderemos qué es Redux, cómo funciona y además de como integrarlo con React y con WordPress REST API con el fin de poder construir Single Page Applications sin morir en el intento.
We will learn what is Redux, how it works and how to integrate it with React and WordPress REST API in order to create a Single Page Application and survive.
July 8, 2017 — Esta presentación será sobre la implementación de la REST API en un caso real y de gran alcance como lo es Jetpack y las cosas que tuvieron que tener en cuenta para ello, como también para la elección de React y Redux.
This presentation will go through the implementation of the REST API in a real case with a wide scope such as Jetpack, and the things that were taken into consideration for it, as well as for choosing React and Redux.
November 8, 2016 — This talk will cover using React, Redux, and the REST API to create decoupled JavaScript apps to interact with WordPress.