Redux store isnt working

0
Hey, I am trying to build a widget around react-beautiful-dnd. react-beautiful-dnd creates a redux store internally but I don’t see any redux store being created in the mendix app when I add the pluggable widget to a page. Can someone help me understand this situation better?
asked
2 answers
1

Hi Anudeep,

check your Dev dependencies, redux store file. Remember this can only be one!

for reference 

https://github.com/richardedens/mendix-react-redux-boilerplate

hope it helps!!

cheers

Narendran J

answered
1

use react hooks context, if the widget does not need a complex state management. i think this will be a best way.

answered