- Search queries
- Sort: client-side, no refiring of model hook
- Sort: server-side, refire model hook
- Pagination + Sorting
- Boolean values. False value removes QP from URL
- Global query params on app route
- Opt-in to full transition via refresh()
- replaceUrl by changing controller QP property
- w/ {{partial}} helper for easy tabbing
- link-to with no route name, only QP change
- Complex: serializing textarea content into URL (and subexpressions))
- Arrays
Last active
April 21, 2023 17:14
-
-
Save machty/8167051 to your computer and use it in GitHub Desktop.
Ember Query Param API examples
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this!