Black Friday 2025! Only until December 1st: coupon FRIDAY25 for 40% off Yearly/Lifetime membership!
Want to access all of our courses? (29 h 14 min)
You also get:
Already a member? Login here
Pagination does not retain the category, so I added ...this.state.query to the query object when setting the state in pageChanged().
...this.state.query
query: { ...this.state.query, page: fullUrl.searchParams.get('page'), }
Pagination does not retain the category, so I added
...this.state.queryto the query object when setting the state in pageChanged().