You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
In my blog I had an abstract PostList component allowing me to reuse it on multiple pages with different filters.
I did that by isolating the logic into a separate helper composable and passing the specific filter object in, depending on the usage
But now with the new syntax, the where clause requires three separate params, so you cannot encapsulate the filter into an object anymore like before
Will there be another approach in the future, and what was the reason behind ditching it in favor of the new one?
Beta Was this translation helpful? Give feedback.
All reactions