Want to access all of our courses? (37 h 48 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().