DEV Community

Discussion on: Redux VS React Context: Which one should you choose?

Collapse
 
navdeepsingh profile image
Navdeep Singh

Hello Ibrahima!

github.com/navdeepsingh/react-cont... I got some error like

Please help!

Collapse
 
ibrahima92 profile image
Ibrahima Ndaw

You've to replace const saveArticle = ({ article }) => {} with const saveArticle = ( article) => {} or destructuring the values with const saveArticle = ({ title, description }) => {} in context/index.js

Collapse
 
navdeepsingh profile image
Navdeep Singh

Ahh yes, figured out too :)
github.com/navdeepsingh/react-cont...

Thanks for reverting back instantly.

Collapse
 
ibrahima92 profile image
Ibrahima Ndaw

Alright, let me check what's wrong and come back later.