Lift State

Loading "Lift State"
πŸ§β€β™‚οΈ I refactored the app a bit. In the process I kinda broke stuff and you'll be required to fix it. Feel free to check the diff to know what I've done. I pretty much just moved stuff into separate components to get a little more organization in here.
πŸ§β€β™‚οΈ Oh, also I added a new feature. You can now "like" specific posts by clicking a little heart on the post. How nice! It's not persisted anywhere yet, so when you refresh the page the likes all get reset, but it's a nice start!
πŸ‘¨β€πŸ’Ό Great, now your job is to fix what's broken. You need to move not only the state, but also we're going to have you move the useEffect that sets the query as well.
Then you're going to need to pass props to the components as needed. Enjoy!

Access Denied

You must login or register for the workshop to view and run the tests.

Check out this video to see how the test tab works.