Want to access all of our courses? (30 h 41 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'),}
Tell us what you like or what we can improve
Feel free to share anything you like or dislike about this page or the platform in general.
Your feedback has been received. We truly appreciate you taking the time to help us improve.
Pagination does not retain the category, so I added
...this.state.queryto the query object when setting the state in pageChanged().