Back to All Events

Lightning Fast UI: Designing Snappy LWCs using Redux - Gustavo Melendez & Chandra Kira

Lightning Web Components have expanded our ability to create custom applications to address complex user processes. A common challenge with complex applications is ensuring that a user's interactions with the application are snappy, reliable, and consistent. The Lightning Web Component framework does not inherently have a state management solution to address those needs, nor does it have an elegant way of sharing complex data between components. With Redux we can incorporate dependable state management into our Lightning Web Component applications, which will make them fast, dependable, and easier to develop.

In this session, we will explore why we need to incorporate state management into our applications, the basic approach to using Redux with Lightning Web Components and explore one design pattern that decouples front-end and server interactions for snappy UI that won't leave user's hanging.

Attendees will have access to the sample LWC + Redux application and multiple code samples so they can start adding state management to their applications quickly.