fish-redux Animated List

t40tm48m  于 2022-10-25  发布在  其他
关注(0)|答案(3)|浏览(184)

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

l3zydbqr

l3zydbqr1#

Sorry to reply to your question so late.

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

  1. Animated List is not a widget for reactive expression. In other words, it is difficult to express it in a pure function.
  2. Its "remoeItem" api is too difficult to use. The api must set an AnimatedListRemovedItemBuilder parameter is confusing.
yqkkidmi

yqkkidmi2#

It's big blocker for using fish-redux :/

相关问题