Skip to main content

Filtering Posts By Category Dropdown

Premium
11:43

The Full Lesson is Only for Premium Members

Want to access all of our courses? (36 h 00 min)

You also get:

61 courses
Premium tutorials
Access to repositories
Private Discord
Get Premium for $129/year or $29/month

Already a member? Login here

mathewtd87 avatar

Pagination does not retain the category, so I added ...this.state.query to the query object when setting the state in pageChanged().

query: {
...this.state.query,
page: fullUrl.searchParams.get('page'),
}
👍 1