Jamming App

Hi,
Has anyone completed the Jamming project using function components? I’m having a lot of trouble migrating from class to function components since I started working on a project when class components were still used.

I was having the same issue myself. Think I was at step 77, or around there. I ended up doing a reset on the React II course to get all the new information when completing it again. With the new knowledge I was able to migrate from class to function components. I recommend doing it this way. It was easier to understand how the components work together.

If you need help, you could post the code that you’re struggling with here.

1 Like

Thanks for the reply!
I was thinking about doing that actually haha
Did you just migrate or start the Jamming project from the beginning by creating react app again?

I migrated the code first, and then I realized half way through that it was easier to start from scratch :slight_smile:

That’s what I figured out also. Thanks for sharing

1 Like