Ruben Nic
Ruben Nic
I did notice that the next button changes state, but I wonder if that is too subtle of a feedback. (Especially for beginners.) Which is why I think some way...
I'm also looking into doing this. One problem I'm running into is that this now makes it so that scrolling can only happen in the on the size of the...
@dwilt Thank you for commenting. Your solution hits a few problems that ultimately had my team make our own swiping component. * The `overflow: 'visible'` currently only works on iOS,...
@rogerkerse Here is the Swiper Component gist: https://gist.github.com/RubenSandwich/8b51c5cf188575844a2a0917fca3ac02 And an example on how to use it: https://gist.github.com/RubenSandwich/f21beca752ea1d41d5341e9b35352cdd My team ultimately did not use this code as we run into other...
@Andarist Thank you so much for your experimentation and example. I cleaned it up a bit, mostly just removed the unused code: https://codesandbox.io/s/v10vr0pj53. One problem I can see with this...
@rwieruch, This whole thread is more about experimentation and "what if". In that sense, it's fine to "reinvent the wheel". I don't think anyone in this thread is even completely...
I think for version 1.0 documentation is hugely important. Especially because many iOS developers have not used Redux or libraries like it before. I plan on using this library for...
Might I suggest two different example projects, one more of a tutorial example and one more of an actual real world app example. This way someone with no familiarity with...
@kulas One way around this for now is to use Google to search only this site using the "site:" search modifier. [For example...](https://www.google.com/search?q=site%3Aweb-accessibility.carnegiemuseums.org+time&oq=site%3Aweb-accessibility.carnegiemuseums.org+time&aqs=chrome..69i57j69i58.9333j0j7&sourceid=chrome&ie=UTF-8#q=site:web-accessibility.carnegiemuseums.org+accordion)
Cool that works great. Thanks. Maybe make it part of the API though so it would be more easily accessible and hide the implementation details.