Skip to main content

Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!

Read more here

Filtering Posts By Category Dropdown

Premium
11:43

The Full Lesson is Only for Premium Members

Want to access all of our courses? (29 h 14 min)

You also get:

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

Already a member? Login here

Comments & Discussion

M
mathewtd87 ✓ Link copied!

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'),
}