can I Use redux along with lightning JS for state management? please add Code snippets. If not possible please share alternative and it’s implementation
Yes you can. I don’t recommend it as Redux requires a lot of CPU to run through all the registered listeners. Use a simpler pub sub model.
1 Like
thank you for the answer @chiefcll