-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinite scroll #22
Comments
@kof Thanks for noticing. I will think about how to transform that into react way |
that means react-iscroll not support infinite scroll yet? |
@geminiyellow Definitely not now. It works with raw html inside, which is not React way. |
Solution for now is to mix it with another library like https://github.com/alexcurtis/react-infscroll |
thank you @schovi . infinite scroll in redux is so hard. |
@geminiyellow I am working on solution. It will take some time, but there is first API for that. it combine auto loading and infinite scrolling (rendering really long list)
Any suggestions, improvements or more features? |
What about leave core IScroll component alone and whole this infinite/list functionality leave on this new component? |
hi @schovi ,
yes, please keep the IScroll interface same with the official, let it alone. you can describe your project like this, based on iscroll but more powerful. LOL.
ok, i think {this.state.list} is duplicate with this two line. how about change the interface like react-virtualized, High-Order Components, this way, you can do more things.
of cause, |
react-virtualized just wow, amazing project, but reeeealy complex. My ambitions are much lower :)
Can you give me specific simple example what you mean? |
@schovi yes, it is reeeealy complex, 😆
uh... i means let
or:
|
@schovi this infinte example is not working 😞 |
It seems like only the initial fill is supported. The logic for dataFiller function is not wrapped into react-suitable way. So that as a user I could return a virtual dom.
The text was updated successfully, but these errors were encountered: