Using Context API in React with Hooks
1 min readJun 27, 2020
I had created a simple translation app using React Context API, in a class based project 1 year back. All the concepts with Context remains almost same, so go through that post before coming here. You can find it here.
Now, it’s time to refactor it to using hook based context system. So, let’s clone the old project and move ahead.
You can find the rest of the article on my blog site. The link for same is below.
https://thewebdev.tech/react-context-hooks
You can find code for the same in my Github repo here.