use in react functional components #53
Unanswered
anandabayuf
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to know how to use this redux-micro-frontend on react functional component. I tried changing the todoList.js file (sample/todoApp/todoList.js) from a class component to a functional component, but kept having problems. I think this is from within the constructor. is there any solution?
code before (class components):
code after (functional component):
Beta Was this translation helpful? Give feedback.
All reactions