useState
useState (๐ solution)
๐จโ๐ผ Super! You've successfully filtered the blog posts based on what the user has
typed. This is where we start getting into why React is so great. It makes doing
stateful dynamic things like this super easy compared to the alternative of
working with the DOM directly. Let's keep going.