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
I read the source code of Animated List and its examples. It is a bit awkward to express and control in the fish-redux pattern, especially in conjunction with the adapter.
The main reasons are as follows
Animated List is not a widget for reactive expression. In other words, it is difficult to express it in a pure function.
Its "remoeItem" api is too difficult to use. The api must set an AnimatedListRemovedItemBuilder parameter is confusing.
Hi. I have wanted to create animated list. I tried many examples but none of them works with fish redux. Can you show some example?
Thanks
The text was updated successfully, but these errors were encountered: