Skip to content

Redux state management for Lightning Web Components

Notifications You must be signed in to change notification settings

sfdcbrewery/lwc-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

State management in LWC using Redux by SFDC Brewery

This guide helps Salesforce developers who are new to Visual Studio Code go from zero to a deployed app using Salesforce Extensions for VS Code and Salesforce CLI. In this blog, lets build an LWC app that dispatches and stores user response to Redux Store using the lwc-redux library by Chandra Kiran. Inside the app, a user can select what level of job he/she is interested in. The user is allowed to change the selections. Redux will help us track count of selections and log previous selection along with current state of selection in app as well as console. Whenever an interaction is done inside LWC component(button click, search key etc) Redux dispatches action invoking Reducer inside the Store which creates a new State that will be returned to the UI.

TAGS: REDUX, SALESFORCE, SRI KOLAGANI, SFDC BREWERY, LWC, LIGHTNING.

About

Redux state management for Lightning Web Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published